gopl-zh.github.com/README.md
2019-08-30 13:48:53 +08:00

54 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Go语言圣经中文版
Go语言圣经 [《The Go Programming Language》](http://gopl.io) 中文版本仅供学习交流之用。对于希望学习CGO、Go汇编语言等高级用法的同学我们推荐[《Go语言高级编程》](https://github.com/chai2010/advanced-go-programming-book)开源图书。
![](cover_middle.jpg)
- 项目主页http://github.com/golang-china/gopl-zh
- 原版官网http://gopl.io
译者信息:
- 译者柴树杉Github [@chai2010](https://github.com/chai2010)Twitter [@chaishushan](https://twitter.com/chaishushan)
- 译者Xargin, https://github.com/cch123
- 译者CrazySssst
- 译者foreversmart <njutree@gmail.com>
## 关注微信公众号(golang-china)
![](weixin-golang-china.jpg)
## 在线预览
- https://docs.hacknode.org/gopl-zh/
- https://books.studygolang.com/gopl-zh/
- https://wizardforcel.gitbooks.io/gopl-zh/
- https://docs.hundan.org/gopl-zh/
**注意,在线预览不是最新版,最新以仓库里的内容为准**
### 从源文件构建
先安装NodeJS和GitBook命令行工具(`npm install gitbook-cli -g`命令)。
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`文件。
# 版权声明
[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)
严禁任何商业行为使用或引用该文档的全部或部分内容!
欢迎大家提供建议!