1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-23 20:02:22 +00:00

同步readme和preface

This commit is contained in:
chai2010 2019-08-07 21:21:34 +08:00
parent 16132c491f
commit 95c83e37d0

View File

@ -2,7 +2,7 @@
本书涵盖CGO、Go汇编语言、RPC实现、Web框架实现、分布式系统等高阶主题针对Go语言有一定经验想深入了解Go语言各种高级用法的开发人员。对于刚学习Go语言的读者建议先从[《Go语言圣经》](https://github.com/golang-china/gopl-zh)开始系统学习Go语言的基础知识。如果希望了解Go2的最新动向可以参考[《Go2编程指南》](https://github.com/chai2010/go2-book)。
![](cover.png)
![](cover-20190714.jpg)
- 作者柴树杉Github [@chai2010](https://github.com/chai2010)Twitter [@chaishushan](https://twitter.com/chaishushan)
- 作者曹春晖Github [@cch123](https://github.com/cch123)