2016-02-15 03:06:34 +00:00
|
|
|
|
# Go语言圣经(中文版)
|
2015-12-09 07:45:11 +00:00
|
|
|
|
|
2016-02-15 03:06:34 +00:00
|
|
|
|
Go语言圣经 [《The Go Programming Language》](http://gopl.io) 中文版本,仅供学习交流之用。
|
2015-12-09 07:45:11 +00:00
|
|
|
|
|
2016-02-16 07:16:15 +00:00
|
|
|
|
![](cover_middle.jpg)
|
2016-01-18 16:24:03 +00:00
|
|
|
|
|
2016-02-23 01:31:23 +00:00
|
|
|
|
- 项目主页:http://github.com/golang-china/gopl-zh
|
2016-02-16 07:16:15 +00:00
|
|
|
|
- 项目主页:http://bitbucket.org/golang-china/gopl-zh
|
2016-02-15 03:06:34 +00:00
|
|
|
|
- 原版官网:http://gopl.io
|
2015-12-09 07:45:11 +00:00
|
|
|
|
|
|
|
|
|
|
2016-02-16 07:16:15 +00:00
|
|
|
|
在线预览:
|
|
|
|
|
|
2016-04-02 08:08:00 +00:00
|
|
|
|
- http://gopl-zh.b0.upaiyun.com/
|
2016-02-16 07:16:15 +00:00
|
|
|
|
- http://docs.ruanjiadeng.com/gopl-zh/
|
|
|
|
|
- http://shifei.me/gopl-zh/
|
2016-02-23 01:31:23 +00:00
|
|
|
|
- http://2goo.info/media/html/gopl-zh-gh-pages/
|
|
|
|
|
- http://docs.plhwin.com/gopl-zh/
|
|
|
|
|
|
2016-08-10 02:22:57 +00:00
|
|
|
|
**注意,在线预览不是最新版,最新以仓库里的内容为准**
|
|
|
|
|
|
2016-02-16 07:16:15 +00:00
|
|
|
|
|
2016-02-15 03:06:34 +00:00
|
|
|
|
### 从源文件构建
|
2015-12-09 07:45:11 +00:00
|
|
|
|
|
2016-02-15 03:06:34 +00:00
|
|
|
|
先安装NodeJS和GitBook命令行工具(`npm install gitbook-cli -g`命令)。
|
2015-12-09 07:45:11 +00:00
|
|
|
|
|
2016-02-15 03:06:34 +00:00
|
|
|
|
1. 运行`go get github.com/golang-china/gopl-zh`,获取 [源文件](https://github.com/golang-china/gopl-zh/archive/master.zip)。
|
|
|
|
|
2. 切换到 `gopl-zh` 目录,运行 `gitbook install`,安装GitBook插件。
|
|
|
|
|
3. 运行`make`,生成`_book`目录。
|
|
|
|
|
4. 打开`_book/index.html`文件。
|
2015-12-09 07:45:11 +00:00
|
|
|
|
|
2016-02-16 07:16:15 +00:00
|
|
|
|
### Go语言圣经DMCA相关
|
|
|
|
|
|
|
|
|
|
目前Github上的[gopl-zh](https://github.com/golang-china/gopl-zh)因为[DMCA](https://github.com/github/dmca/blob/master/2016-02-03-TheGoProgrammingLanguage.md)问题暂时无法访问,需要私下交流的请转QQ群(531508541)。
|
2015-12-09 07:45:11 +00:00
|
|
|
|
|
2016-02-15 03:06:34 +00:00
|
|
|
|
# 版权声明
|
2015-12-09 07:45:11 +00:00
|
|
|
|
|
2016-02-16 07:16:15 +00:00
|
|
|
|
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/)。
|
|
|
|
|
|
|
|
|
|
![Creative Commons License](./images/by-nc-sa-4.0-88x31.png)
|
2015-12-09 07:45:11 +00:00
|
|
|
|
|
|
|
|
|
|
2016-02-15 03:06:34 +00:00
|
|
|
|
严禁任何商业行为使用或引用该文档的全部或部分内容!
|
2015-12-09 07:45:11 +00:00
|
|
|
|
|
2016-02-15 03:06:34 +00:00
|
|
|
|
欢迎大家提供建议!
|