Interesting links relating to golang
- https://blog.gopheracademy.com/advent-2016/introduction/
- https://blog.gopheracademy.com/advent-2016/saga-go-dependency-management/
- http://blog.ralch.com/tutorial/golang-performance-and-memory-analysis/
- http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/
- https://go-traps.appspot.com/
- https://peter.bourgon.org/go-best-practices-2016/
- https://github.com/golang/go/wiki/CodeReviewComments
- https://golang.org/doc/effective_go.html
- https://go-proverbs.github.io/
- https://golang.org/pkg/net/http/httptest/
- https://medium.com/@cep21/go-client-library-best-practices-83d877d604ca#.kmvwmrwps
- http://golang.rakyll.org/leakingctx/
- http://peter.bourgon.org/applied-go-kit/#1
- https://blog.cloudflare.com/the-complete-guide-to-golang-net-http-timeouts/
- go guru
- calling methods on a nil pointer :/
- https://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1#.prvb5evlw
- 7 years of go, good links in the comments
- running specific tests using go test
- web development using go
- https and go
- go on the internet