Update index.md

This commit is contained in:
chai2010 2022-08-24 22:15:35 +08:00 committed by GitHub
parent bbc2b0dd0c
commit 77e29e003e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
Go语言圣经 [《The Go Programming Language》](http://gopl.io) 中文版本仅供学习交流之用。对于希望学习CGO、Go汇编语言等高级用法的同学我们推荐[《Go语言高级编程》](https://github.com/chai2010/advanced-go-programming-book)开源图书。如果希望深入学习Go语言语法树结构可以参考[《Go语法树入门——开启自制编程语言和编译器之旅》](https://github.com/chai2010/go-ast-book)。如果想从头实现一个玩具Go语言可以参考[《从头实现µGo语言》](https://github.com/chai2010/ugo-compiler-book)。
![](cover.jpg)
- 在线阅读:[https://gopl-zh.github.io](https://gopl-zh.github.io)
@ -19,3 +18,7 @@ Go语言圣经 [《The Go Programming Language》](http://gopl.io) 中文版本
- 译者CrazySssst, [https://github.com/CrazySssst](https://github.com/CrazySssst)
- 译者foreversmart, [https://github.com/foreversmart](https://github.com/foreversmart) <njutree@gmail.com>
Go 语言中国:
- Go中国论坛[https://github.com/golang-china/main.go/discussions](https://github.com/golang-china/main.go/discussions)