mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-12-18 03:34:19 +08:00
deploy: afd477b541
This commit is contained in:
@@ -164,6 +164,7 @@
|
||||
<p>Go语言圣经 <a href="http://gopl.io">《The Go Programming Language》</a> 中文版本,仅供学习交流之用。对于希望学习CGO、Go汇编语言等高级用法的同学,我们推荐<a href="https://github.com/chai2010/advanced-go-programming-book">《Go语言高级编程》</a>开源图书。如果希望深入学习Go语言语法树结构,可以参考<a href="https://github.com/chai2010/go-ast-book">《Go语法树入门——开启自制编程语言和编译器之旅》</a>。如果想从头实现一个玩具Go语言可以参考<a href="https://github.com/chai2010/ugo-compiler-book">《从头实现µGo语言》</a>。</p>
|
||||
<p><img src="cover.jpg" alt="" /></p>
|
||||
<ul>
|
||||
<li>在线阅读:<a href="https://gopl-zh.github.io">https://gopl-zh.github.io</a></li>
|
||||
<li>项目主页:<a href="https://github.com/gopl-zh">https://github.com/gopl-zh</a></li>
|
||||
<li>项目主页(旧):<a href="http://github.com/golang-china/gopl-zh">http://github.com/golang-china/gopl-zh</a></li>
|
||||
<li>原版官网:<a href="http://gopl.io">http://gopl.io</a></li>
|
||||
@@ -173,7 +174,7 @@
|
||||
<li>译者:柴树杉,Github <a href="https://github.com/chai2010">@chai2010</a>,Twitter <a href="https://twitter.com/chaishushan">@chaishushan</a></li>
|
||||
<li>译者:Xargin, <a href="https://github.com/cch123">https://github.com/cch123</a></li>
|
||||
<li>译者:CrazySssst, <a href="https://github.com/CrazySssst">https://github.com/CrazySssst</a></li>
|
||||
<li>译者:foreversmart,<a href="https://github.com/foreversmart">https://github.com/foreversmart</a> <a href="mailto:njutree@gmail.com">njutree@gmail.com</a></li>
|
||||
<li>译者:foreversmart, <a href="https://github.com/foreversmart">https://github.com/foreversmart</a> <a href="mailto:njutree@gmail.com">njutree@gmail.com</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user