1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-16 12:52:20 +00:00

Merge branch 'pr/1904'

This commit is contained in:
Victor Felder 2016-04-10 12:42:44 +02:00
commit 023b994e19

View File

@ -384,6 +384,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)