This is the page that collect golang related learning materials
Online free materials:
- Tour of Go: Very quickstart for learning Go.
- Go by example: Go by Example is a hands-on introduction to Go using annotated example programs
- Effective Golang: Golang programming conventions, every Gopher should get farmiliar with this.
- Wiki Page: This include really a lot that you needed, including blogs, books, etc.
- Gopher talks: This is a site that contains the talks delivered from GopherCon
Tools for Go:
- delve: A debugger tool.
- code review go official tools: Including code format, code generation, templating and generics.
Vedio:
- Gopher Academy: Youtube channel including the GopherCon presentation
Books:
Blogs: