←
→
Resources
golang.org Resources
Many good things to read at golang.org, but these will get you where you want to go:
- A Tour of Go: Start here.
- Go Playground: Then go here.
- Effective Go: Read this.
- golang.org: The Mother Ship.
- Go Docs: Installation, reference, tutorials, etc.
- The Go Blog: Useful discussions and examples
Other Resources
Here are some other golang resources.
And some links that are especially useful:
- Go by Example: Some very nice examples.
- Golang Examples : Some more interesting examples.
- Dave Cheney on golang
- goinggo.net : Golang for the Common Man (or at least for the common man who writes server applications)