Go 入门资料推荐
给部门新同学准备。
- (必看)官方教程: https://go.dev/doc/tutorial/
- 入门: https://tour.go-zh.org/welcome/1 (原版: https://go.dev/tour/welcome/1)
- (旧资料,必看)Go 圣经: https://books.studygolang.com/gopl-zh/ (原版 pdf:https://www.aliyundrive.com/s/q3Gn7zn2WXT )
- (旧资料)Go 入门指南:https://github.com/unknwon/the-way-to-go_ZH_CN
- TDD 入门: https://studygolang.gitbook.io/learn-go-with-tests/ (原版: https://quii.gitbook.io/learn-go-with-tests)
- (必看)最佳实践: https://go.dev/doc/effective_go (翻译版: https://github.com/bingohuang/effective-go-zh-en