Go Resources
- Take a tour of Golang. Golang Tour
- An overview of Go syntax and features. a8m/go-lang-cheat-sheet
- Golang Language Spec. The official syntax of Go
- How To Write Go Code. The official "starting point" document
- An Introduction to Programming in Go. Introduction to Go by Caleb Doxsey
- Example Code. Go by Example