This commit is contained in:
github-actions[bot] 2023-06-26 17:42:28 +00:00
parent 39ac0b014f
commit 6000ca211a
4 changed files with 4 additions and 4 deletions

View File

@ -162,7 +162,7 @@
<hr>
<h1 id="go语言圣经中文版"><a class="header" href="#go语言圣经中文版">Go语言圣经中文版</a></h1>
<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>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/wa-lang/ugo-compiler-book">《从头实现µGo语言》</a>µGo 是 <a href="https://wa-lang.org/">凹语言</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>

View File

@ -160,7 +160,7 @@
<hr>
<h1 id="go语言圣经中文版"><a class="header" href="#go语言圣经中文版">Go语言圣经中文版</a></h1>
<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>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/wa-lang/ugo-compiler-book">《从头实现µGo语言》</a>µGo 是 <a href="https://wa-lang.org/">凹语言</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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long