This is a creation in Article, where the information may have evolved or changed.
Recommend some good Golang learning materials
1. Getting Started
Official website https://golang.org/
A tour of Go [official tutorial go play]
http://openmymind.net/The-Little-Go-Book/[Very concise but very good introductory tutorial]
https://github.com/sendwithus/workshop-go [Getting Started code exercise]
https://github.com/golang/go/wiki/CodeReviewComments [recommended coding style]
2. Improve
https://golang.org/doc/effective_go.html [official, go Language Writing Specification and usage Guide]
https://github.com/StefanSchroeder/Golang-Regex-Tutorial [Good regular expression tutorial]
Https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details [Develop a web background to further improve yourself]
3. A better Go language project
http://awesome-go.com/[All Aswsome Golang items will be included here]
http://beego.me/[domestic go back frame]
The above tutorials are based on individual learning when sorting, and if you have new recommendations can be listed in the comments.
PS: I think it would be nice if someone developed a framework for writing graphical interfaces in the go language, like Python, but many of the Golang projects that are currently associated with it are less mature.