Resources to learn Go
Here I have linked some of the best resources to learn Go, most of them were free.
Go Tour:[edit | edit source]
If you already know some of the basics of the programming, then this is the best place to start.
Build web applications with Go :[edit | edit source]
Even though book is written for building web applications with go, you can read 1st and 2nd chapters to learn basics of Go.
Go by example :[edit | edit source]
This contains several examples in Go.
The Go Programming Language (amazon):[edit | edit source]
This book is one of the best books to learn about Go.
Go Cheat-Sheet[edit | edit source]
List of several other Go books[edit | edit source]
Other Resources :[edit | edit source]
- Go website (Official)
- Go Blog (Official)
- Dave Cheney (Blog)
- Go Wiki (Community maintained)