[GO] 资源汇总
官网
Awesome Go
这里面收集了 Go 的各个方面的资料。
书
Go入门指南 / The Way to Go
Go Web 编程 / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
Go语言圣经 / The Go Programming Language
https://books.studygolang.com/gopl-zh/index.html
http://gopl-zh.b0.upaiyun.com/
http://docs.ruanjiadeng.com/gopl-zh/
http://2goo.info/media/html/gopl-zh-gh-pages/
http://docs.plhwin.com/gopl-zh/
http://gopl-zh.simple-is-best.tk/
https://docs.hacknode.org/gopl-zh/
视频教程
其他学习资料
Go By Example
https://gobyexample.com 这里有很多 Go 基础的例子。
A Tour of Go
go get golang.org/x/tour/gotour
第三方包下载
如果用 go get 下载不下来的时候,就到下面的网址去下载。
https://www.golangtc.com/download/package
论坛社区
大神
web 框架
gopher-reading-list
https://github.com/enocom/gopher-reading-list
代码规范
https://github.com/golang/go/wiki/CodeReviewComments
GopherChina
这是每年的 GopherChina,不同的公司分享的资料,很值得阅读。