mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-12 17:33:40 +00:00
deploy: afd477b541
This commit is contained in:
parent
b706f63726
commit
828440b577
@ -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>
|
||||
|
||||
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user