mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-04 13:33:41 +00:00
1.7 KiB
1.7 KiB
Go語言聖經(中文版)
Go語言聖經 《The Go Programming Language》 中文版本,僅供編程和英語學習交流之用,請在下載後24小時內刪除。
- 項目主頁: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
從源文件構建
先安裝Go語言環境,Git工具和GitBook命令行工具(npm install gitbook-cli -g
命令)。
- 運行
go get github.com/golang-china/gopl-zh
,穫取源文件。 - 運行
go generate github.com/golang-china/gopl-zh
,生成_book
目録。 - 打開
_book/index.html
文件。
簡體中文讀者
如果是使用簡體中文的用戶,可在執行上述命令前運行make tw2zh
命令,將繁體中文轉換爲簡體中文。
Markdown 格式預覽
版權聲明
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License。
嚴禁任何商業行爲使用或引用該文檔的全部或部分內容!
歡迎大家提供建議!