Skip to content

Instantly share code, notes, and snippets.

@lantins
Created January 5, 2015 20:27
Show Gist options
  • Save lantins/954fe3892959d757c63a to your computer and use it in GitHub Desktop.
Save lantins/954fe3892959d757c63a to your computer and use it in GitHub Desktop.
- http://www.alexedwards.net/blog/golang-response-snippets
- https://devcharm.com/articles/8/go-nethttp-handlers/
- http://openmymind.net/Things-I-Wish-Someone-Had-Told-Me-About-Go/
- https://elithrar.github.io/article/custom-handlers-avoiding-globals/
- https://elithrar.github.io/article/map-string-interface/
- https://elithrar.github.io/article/approximating-html-template-inheritance/
- http://blog.golang.org/error-handling-and-go
- https://golang.org/doc/articles/wiki/
- https://medium.com/@benbjohnson/structuring-applications-in-go-3b04be4ff091
- https://justinas.org/best-practices-for-errors-in-go/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment