Skip to content

Commit c160722

Browse files
Add 2 books about Go internals (#5741)
* Add 2 books about Go internals * Fix the alphabetical order
1 parent 6faa234 commit c160722

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: books/free-programming-books-zh.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@
388388

389389
### Golang
390390

391+
* [深入解析 Go](https://tiancaiamao.gitbooks.io/go-internals/content/zh) - tiancaiamao
391392
* [神奇的 Go 语言](http://go.ctolib.com/docs/read/magical-go-c-index.html)
392393
* [学习Go语言](http://mikespook.com/learning-go/)
393394
* [Go 编程基础](https://github.com/Unknwon/go-fundamental-programming)
@@ -397,11 +398,12 @@
397398
* [Go 语法树入门](https://github.com/chai2010/go-ast-book)
398399
* [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)
399400
* [Go 语言高级编程(Advanced Go Programming)](https://github.com/chai2010/advanced-go-programming-book)
401+
* [Go 语言设计与实现](https://draveness.me/golang) - draveness
400402
* [Go 语言实战笔记](https://github.com/rujews/go-in-action-notes)
401403
* [Go 指南](https://tour.go-zh.org/list) (《A Tour of Go》中文版)
402404
* [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang)
403405
* [Go命令教程](https://github.com/hyper-carrot/go_command_tutorial)
404-
* [Go实战开发](https://github.com/astaxie/Go-in-Action)
406+
* [Go实战开发](https://github.com/astaxie/go-best-practice)
405407
* [Go语言博客实践](https://github.com/achun/Go-Blog-In-Action)
406408
* [Java程序员的Golang入门指南](http://blog.csdn.net/dc_726/article/details/46565241)
407409
* [Network programming with Go 中文翻译版本](https://github.com/astaxie/NPWG_zh)

0 commit comments

Comments
 (0)