mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-22 19:45:09 +00:00
Add 2 books about Go internals (#5741)
* Add 2 books about Go internals * Fix the alphabetical order
This commit is contained in:
parent
6faa2342cc
commit
c16072258e
@ -388,6 +388,7 @@
|
|||||||
|
|
||||||
### Golang
|
### 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://go.ctolib.com/docs/read/magical-go-c-index.html)
|
||||||
* [学习Go语言](http://mikespook.com/learning-go/)
|
* [学习Go语言](http://mikespook.com/learning-go/)
|
||||||
* [Go 编程基础](https://github.com/Unknwon/go-fundamental-programming)
|
* [Go 编程基础](https://github.com/Unknwon/go-fundamental-programming)
|
||||||
@ -397,11 +398,12 @@
|
|||||||
* [Go 语法树入门](https://github.com/chai2010/go-ast-book)
|
* [Go 语法树入门](https://github.com/chai2010/go-ast-book)
|
||||||
* [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)
|
* [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)
|
||||||
* [Go 语言高级编程(Advanced Go Programming)](https://github.com/chai2010/advanced-go-programming-book)
|
* [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://github.com/rujews/go-in-action-notes)
|
||||||
* [Go 指南](https://tour.go-zh.org/list) (《A Tour of Go》中文版)
|
* [Go 指南](https://tour.go-zh.org/list) (《A Tour of Go》中文版)
|
||||||
* [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang)
|
* [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang)
|
||||||
* [Go命令教程](https://github.com/hyper-carrot/go_command_tutorial)
|
* [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)
|
* [Go语言博客实践](https://github.com/achun/Go-Blog-In-Action)
|
||||||
* [Java程序员的Golang入门指南](http://blog.csdn.net/dc_726/article/details/46565241)
|
* [Java程序员的Golang入门指南](http://blog.csdn.net/dc_726/article/details/46565241)
|
||||||
* [Network programming with Go 中文翻译版本](https://github.com/astaxie/NPWG_zh)
|
* [Network programming with Go 中文翻译版本](https://github.com/astaxie/NPWG_zh)
|
||||||
|
Loading…
Reference in New Issue
Block a user