初学篇
初学者可以采用 视频+文档 或者 书籍 + 文档。
文档:
go语言标准库 可以查每个借口的具体使用方式 https://studygolang.com/static/pkgdoc/main.html
菜鸟教程Go语言教程 https://www.runoob.com/go/go-tutorial.html
易百教程Go语言入门 https://www.yiibai.com/go/go_variables.html
golang中国里的文档 https://www.topgoer.com/
go编程时光 http://golang.iswbm.com/
W3Cschoolhttps://www.w3cschool.cn/go/
视频推荐(免费):
1.GO编程基础: 网易云课堂
https://study.163.com/course/introduction.htm?courseId=306002&_trace_c_p_k2_=f6d4290f22a24e52958c4baac3bca69f
2.Go语言第一课(慕课)时长短
http://www.imooc.com/learn/345
3.B站【尚硅谷】Golang入门到实战教程丨一套精通GO语言 19年出的时间久远,不过讲的十分详细,适合go为初学语言的
4.B站 郭宏志-老郭 golang入门到项目实战 比尚硅谷视频短很多,适合快速学习的同学
书籍
《go语言圣经》 许多人都在推荐的书籍
《Go入门指南》 豆瓣评分9.3,很高的评分 https://learnku.com/docs/the-way-to-go
《Go语言101》 https://gfw.go101.org/article/101.html
进阶篇
文档:
gin中文文档https://github.com/skyhee/gin-doc-cn
Iris 中文文档:https://github.com/kataras/iris/blob/master/README_ZH.md
beego开发文档:https://beego.me/docs/intro
书籍
《深入解析Go》 https://tiancaiamao.gitbooks.io/go-internals/content/zh/index.html
《Go语言高级编程》https://chai2010.gitbooks.io/advanced-go-programming-book/content
《Go Web 编程》https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md
其他
Go 源代码 https://github.com/golang/go
社区:
学语言一定要去逛他的社区,交流会让自己明白更多东西。
go语言中文网 https://studygolang.com/
GoCN https://gocn.vip/
golang中国 https://www.golangtc.com/
掘金 掘金有大把字节人员,众所周知,字节已经转go成功了