From c16072258eb5b0c8a36521003b8dee7ede9ce723 Mon Sep 17 00:00:00 2001 From: Mercurio <32540679+SignorMercurio@users.noreply.github.com> Date: Sat, 2 Oct 2021 13:57:29 +0100 Subject: [PATCH] Add 2 books about Go internals (#5741) * Add 2 books about Go internals * Fix the alphabetical order --- books/free-programming-books-zh.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md index 0536af49..90cea363 100644 --- a/books/free-programming-books-zh.md +++ b/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)