整体来说,本系列文章属于工程实践向。
需要特别说明的是:
- 本系列文章不是教程,学习go语言,请阅读官方教程 https://tour.go-zh.org/list 。
- 本系列文章中可能有大量笔者个人观点,虽然经历过实践的检验,但也不一定是最优。如有不同意见,欢迎交流探讨 mapleque@163.com 。
目录
官方网站
- 官方 https://golang.org/
- 官方国内代理 https://golang.google.cn/
- 官方中文翻译 https://go-zh.org/
以上三个官方,内容上稍有差异,请按需选择。
其他资源
- 如何安装Go – https://go-zh.org/doc/install
- Go语言入门教程 – https://tour.go-zh.org/list
- 开发环境配置及说明 – https://go-zh.org/doc/code.html
- IDEs – https://golang.google.cn/doc/editors.html
- Go Wiki – https://github.com/golang/go/wiki
- Effective Go – https://go-zh.org/doc/effective_go.html
- godoc – https://go-zh.org/pkg/
- go command – https://go-zh.org/cmd/go/
- 官方博客 – https://blog.go-zh.org/
这里所列的资源,通过官网都可以找到链接。