This commit is contained in:
chai2010
2015-12-28 16:08:26 +08:00
parent 35b11c0ff4
commit 775502e64d
206 changed files with 2064 additions and 1460 deletions

View File

@@ -1,10 +1,11 @@
# Go語言聖經中文版
Go語言聖經 [《The Go Programming Language》](http://gopl.io) 中文版本,僅供編程英語學習交流之用請在下載後24小時內刪除
Go語言聖經 [《The Go Programming Language》](http://gopl.io) 中文版本,僅供編程英語學習、Gitbook、Markdown等學習交流之用。
- 項目主頁http://github.com/golang-china/gopl-zh
- 項目進度http://github.com/golang-china/gopl-zh/blob/master/progress.md
- 參與人員http://github.com/golang-china/gopl-zh/blob/master/CONTRIBUTORS.md
- 離線版本http://github.com/golang-china/gopl-zh/archive/gh-pages.zip
- 在線預覽http://golang-china.github.io/gopl-zh
- 原版官網http://gopl.io
@@ -15,7 +16,7 @@ Go語言聖經 [《The Go Programming Language》](http://gopl.io) 中文版本
先安裝Go語言環境Git工具和GitBook命令行工具(`npm install gitbook-cli -g`命令)。
1. 運行`go get github.com/golang-china/gopl-zh`取源文件。
1. 運行`go get github.com/golang-china/gopl-zh`取源文件。
2. 運行`go generate github.com/golang-china/gopl-zh`,生成`_book`目録。
3. 打開`_book/index.html`文件。