This commit is contained in:
github-actions[bot] 2022-08-04 07:17:34 +00:00
parent b706f63726
commit 828440b577
4 changed files with 6 additions and 4 deletions

View File

@ -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>

View File

@ -162,6 +162,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>
@ -171,7 +172,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>
<div style="break-before: page; page-break-before: always;"></div><h1 id="前言"><a class="header" href="#前言">前言</a></h1>
<h2 id="go语言起源"><a class="header" href="#go语言起源">Go语言起源</a></h2>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long