多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 1\. 关于本文 本文档是由 [Go语言中文小组](http://golang-china.org/) 根据 [golang.org](http://golang.org/) 的文档翻译,最新的翻译文档可以从[http://code.google.com/p/golang-china/](http://code.google.com/p/golang-china/source/browse/)获取。 译者列表(如果对署名有争议请联系:[chaishushan@gmail.com](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:chaishushan@gmail.com)): | 标题 | 翻译者 | 校验者 | | --- | --- | --- | | Install Install Go(安装Go环境) | [ChaiShushan](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:chaishushan@gmail.com) | | Go Tutorial(Go语言入门教程) | [BianJiang](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:borderj@gmail.com) && [ChaiShushan](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:chaishushan@gmail.com) | [ChaiShushan](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:chaishushan@gmail.com) (60%) | | Effective Go | [BianJiang](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:borderj@gmail.com) && [ChaiShushan](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:chaishushan@gmail.com) && [Fango](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:fan.howard@gmail.com) | | Codelab: How to Write Go Code | [GangChen](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:chen.gang1983@gmail.com) | | Codelab: Writing Web Applications | [dworld](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:dworld2006@gmail.com) | | Go For C++ Programmers(C++程序员指南) | [BianJiang](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:borderj@gmail.com) && [ChaiShushan](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:chaishushan@gmail.com) | | Language Specification | [Fango](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:fan.howard@gmail.com) | | Memory Model(内存模型) | [ChaiShushan](https://golang-china.googlecode.com/svn/trunk/Chinese/golang.org/mailto:chaishushan@gmail.com) | 中英文对照表(待完善): | 英文 | 中文 | 解释 | | --- | --- | --- | | Channel | 信道 | | goroutine | Go程 | | slice | 切片 | 本文档依照 [创作公共约定(署名-非商业性使用-相同方式共享)3.0](http://creativecommons.org/licenses/by-nc-sa/3.0)发布。