mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 04:22:22 +00:00
24 lines
938 B
Markdown
24 lines
938 B
Markdown
# 附录B:参考资料
|
||
|
||
## 参考网站
|
||
|
||
- Go语言官网: https://golang.org
|
||
- SWIG官网: http://swig.org
|
||
- GopherJS官网: http://www.gopherjs.org
|
||
- GRPC官网: http://www.grpc.io
|
||
- rsc博客: http://research.swtch.com
|
||
|
||
## 参考书目
|
||
|
||
- 《Go语言圣经》: https://gopl.io
|
||
- 《Go语言圣经(中文版)》: https://github.com/golang-china/gopl-zh
|
||
- 《Go语言·云动力》: http://www.ituring.com.cn/book/1040
|
||
- 《Go语言编程》: http://www.ituring.com.cn/book/967
|
||
- 《Go语言程序设计》: http://www.ptpress.com.cn/Book.aspx?id=35714
|
||
- 《C程序设计语言》: http://product.china-pub.com/14975
|
||
- 《汇编语言:基于X86处理器》: http://product.china-pub.com/4934543
|
||
- 《现代x86汇编语言程序设计》: http://product.china-pub.com/5006762
|
||
- 《深入理解程序设计:使用Linux汇编语言》: http://product.china-pub.com/3768972
|
||
- 《代码的未来》: http://product.china-pub.com/3767536
|
||
|