Go语言最佳实践Go-advice
GitHub上一个项目,专门总结 Go 语言的一些建议或最佳实践:https://github.com/cristaloleg/go-advice
再推荐一个:uber-go/guide 的中文翻译
Go-advice 中文版本
Go 箴言
不要通过共享内存进行通信,通过通信共享内存
并发不是并行
管道用于协调;互...
GitHub上一个项目,专门总结 Go 语言的一些建议或最佳实践:https://github.com/cristaloleg/go-advice
再推荐一个:uber-go/guide 的中文翻译
不要通过共享内存进行通信,通过通信共享内存
并发不是并行
管道用于协调;互...
Go is an open source programming language designed for building simple, fast, and reliable software.
Go by Example is a hands-on introduction to Go...
Continue reading >>◎https://github.com/anzhihe/learning/tree/master/golang,此文档移至github上更新
Golang learning book and source code
Continue reading >>