Go 外部学习资源
- https://talks.golang.org/2014/go4gophers.slide Go PPT
- Go at Google: Language Design in the Service of Software Engineering Go 为什么是这样设计的,中文版本
- Why Discord is switching from Go to Rust Discard 从 Go 迁移到 Rust,主要谈的是 GC 问题,另外说 Rust 在各种性能指标上都比 Go 强
- https://github.com/Pungyeon/clean-go-article how/why to write go clean code