1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-03 23:00:48 +00:00
This commit is contained in:
Victor Felder 2016-04-10 12:42:39 +02:00
parent ae10f94fc2
commit b51a72e98a

View File

@ -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