Hannes Lehmann

Results 5 comments of Hannes Lehmann

Hi, follwoing your instructions I get a file "resources.go" instead of "bindata.go". The content is not correct: ``` bash // Code generated by go-bindata. // sources: // bindata.go // readme.md...

If I move the 2 directories static and templates into the resources folder, the resources.go files seems to be generated correctly. ``` bash ➜ godesktopgui git:(master) ✗ ll resources -rw-rw-r--...

Sorry for spamming, some more details, the main.go starts, page is shown (only the html, without styles) and go gives following errors: ``` bash ➜ godesktopgui git:(master) ✗ go run...

I have solved the issue by mixing in the example from [https://rockfloat.com/post/learning-golang-templates.html](https://rockfloat.com/post/learning-golang-templates.html).

Hi, I was not able to find the root cause of the issue: the static files where not served. 1. I switched to http router. It allowed me to browse/list...