Resources
General
Go Lanuage
- A Tour of Go
- A great place to start to get an overview of the Go Language
- Learn Go With Tests
- An absolutely free resource for learning the Go language and Test-Driven Development all at the same time. It’s totally awesome, please support the author, Chris James.
- Go Reference
- This is a little repo I created for myself to use as a Go language reference. It’s based on my attempt to work through the exercises in Chris James’s excellent resource Learn Go With Tests, and I try to regularly update it as I learn new things or as I see ways that it can be improved.
- Go By Example
- Another great Go language reference, much more complete than mine.
- Effective Go
- How to write idiomatic Go code
- The Go Lanugage Specification
- It doesn’t get more comprehensive than this.
- The Go User Manual