go 入门资料
go 官方 tour
https://tour.golang.org/welcome/1
An Introduction to Programming in Go
https://www.golang-book.com/books/intro
英文书,但是写的通俗易懂,入门非常合适
The Little Go Book
http://openmymind.net/The-Little-Go-Book/
英文书,入门读物
Learning Go
每章附有习题可以练习
Go 入门指南
https://github.com/Unknwon/the-way-to-go_ZH_CN
build-web-application-with-golang
Beego 作者写的,中文,除了 go 语言基础也涉及 Go web 编程。
https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md
大量 web 示例
https://gowebexamples.github.io/
大量 go 基础示例
完整教程的项目练习
https://github.com/tuvttran/project-based-learning#go
其他资源
https://golang.org/doc/effective_go.html 官方 effective go
https://github.com/golang/go/wiki/Learn 官方 learn wiki