Переглянути джерело

Add 2 books about Go internals (#5741)

* Add 2 books about Go internals

* Fix the alphabetical order
Mercurio 4 роки тому
батько
коміт
c16072258e
1 змінених файлів з 3 додано та 1 видалено
  1. 3 1
      books/free-programming-books-zh.md

+ 3 - 1
books/free-programming-books-zh.md

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