diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 3fcea35b6fbe27544761bae5c5b3eb91311c4723..1e66d23c9b38d4143150142081a03e2990b3a2d4 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -383,6 +383,7 @@ * [Go 入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) (《The Way to Go》中文版) * [Go 官方文档翻译](https://github.com/golang-china/golangdoc.translations) * [Go 指南](http://go-tour-zh.appsp0t.com) (《A Tour of Go》中文版) +* [Go 简易教程](https://github.com/songleo/the-little-go-book_ZH_CN) (《[The Little Go Book](https://github.com/karlseguin/the-little-go-book)》中文版) * [Go 编程基础](https://github.com/Unknwon/go-fundamental-programming) * [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) * [Go命令教程](https://github.com/hyper-carrot/go_command_tutorial) @@ -392,7 +393,7 @@ * [Network programming with Go 中文翻译版本](https://github.com/astaxie/NPWG_zh) * [Revel 框架手册](http://gorevel.cn/docs/manual/index.html) * [学习Go语言](http://mikespook.com/learning-go/) -* [Go 简易教程](https://github.com/songleo/the-little-go-book_ZH_CN) (《[The Little Go Book](https://github.com/karlseguin/the-little-go-book)》中文版) + ### Groovy