Overview
A summary of books and links that were referenced while studying Golang.
Books
- The Go Programming Language
- The definitive guide
- Starting Go Language
- Easy to read. Clear. The content may be too simple for those with a high level of programming literacy.
- Web Application Development with Go
- Practical Introduction to Go Programming: Building Web Applications from Scratch with the Standard Library
Links
- golang.jp
- A Tour of Go
- astaxie/build-web-application-with-golang
- I feel that reading this will allow you to catch up on the general concepts without purchasing the book.
- Go Data Structures
- Detailed information about Go's data structures.