Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unknwon/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go 入门指南》
https://github.com/unknwon/the-way-to-go_ZH_CN
book go translation tutorial
Last synced: 7 days ago
JSON representation
《The Way to Go》中文译本,中文正式名《Go 入门指南》
- Host: GitHub
- URL: https://github.com/unknwon/the-way-to-go_ZH_CN
- Owner: unknwon
- Created: 2013-03-24T17:18:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T07:04:25.000Z (3 months ago)
- Last Synced: 2024-10-24T18:36:15.844Z (10 days ago)
- Topics: book, go, translation, tutorial
- Language: Go
- Homepage:
- Size: 12 MB
- Stars: 34,575
- Watchers: 1,256
- Forks: 8,608
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - unknwon/the-way-to-go\_ZH\_CN - 《The Way to Go》中文译本,中文正式名《Go 入门指南》 (Go)
- stars - unknwon/the-way-to-go_ZH_CN
- awesome - unknwon/the-way-to-go_ZH_CN - 《The Way to Go》中文译本,中文正式名《Go 入门指南》 (Go)
- awesome-github-star - the-way-to-go_ZH_CN
- awesome-list - go入门
- awesome-starts - unknwon/the-way-to-go_ZH_CN - 《The Way to Go》中文译本,中文正式名《Go 入门指南》 (Go)
- awesome-golang-repositories - the-way-to-go_ZH_CN
- awesome - the-way-to-go_ZH_CN
- awesome-list - the-way-to-go_ZH_CN - 《The Way to Go》中文译本,中文正式名《Go 入门指南》 (Programming Language Tutorials / Go)
- awesome-hacking-lists - unknwon/the-way-to-go_ZH_CN - 《The Way to Go》中文译本,中文正式名《Go 入门指南》 (Go)
- awesome-wiki-books - unknwon/the-way-to-go_ZH_CN
- StarryDivineSky - unknwon/the-way-to-go_ZH_CN
- my-awesome - unknwon/the-way-to-go_ZH_CN - 08 star:34.6k fork:8.6k 《The Way to Go》中文译本,中文正式名《Go 入门指南》 (Go)
README
《Go入门指南》
===================在接触 Go 语言之后,对这门编程语言非常着迷,期间也陆陆续续开始一些帮助国内编程爱好者了解和发展 Go 语言的工作,比如开始录制视频教程[《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming)。但由于目前国内并没有比较好的 Go 语言书籍,而国外的优秀书籍因为英文的缘故在一定程度上也为不少 Go 语言爱好者带来了一些学习上的困扰,不仅为了加快扩散 Go 爱好者的国内群体,本人在完成阅读这本名叫 《The Way to Go》 之后,决定每天抽出一点时间来进行翻译的工作,并且以开源的形式免费分享给有需要的 Go 语言爱好者。
尽管该书对目前 Go 语言版本来说有小部分内容相对过时,但是为当下不可多得的好书,相关内容已获得作者同意根据当前 Go 语言版本进行修改而不作出特别声明。
该翻译版本已获得原作者(Ivo Balbaert)本人授权,并表示支持开源事业的发展!
## 翻译进度
19.10 [总结和增强](eBook/19.10.md)
## 支持本书
如果你喜欢本书 《Go入门指南》,你可以参与到本书的翻译或纠正工作中来,具体请联系【无闻 E-mail:u#gogs.io】,一同完善本书并帮助壮大 Go 语言在国内的学习群体,给大家提供更好的学习资源。
## 交流社区
参见 [Go 语言学习资料与社区索引](https://github.com/Unknwon/go-study-index)。
关注 Go 语言中文网公众号学习 Go
![](studygolang-qrcode.jpg)
### 新人守则
- 2012 年 3 月 28 日以前的博文中的内容基本过时,不要再看
- 符合等式 ***百度+思考+失败+翻墙+谷歌+尝试=解决*** 的问题最好不要发问## 致谢
- 本书原作者:Ivo Balbaert
- 参与翻译人员:
- [@zhanming](https://github.com/zhanming)
- themorecolor
- [@everyx](https://github.com/everyx)
- [@chidouhu](https://github.com/chidouhu)
- [@spawnris](https://github.com/spawnris)
- [@domainname](https://github.com/domainname)
- [@leisore](https://github.com/leisore)
- [@dake](https://github.com/dake)
- [@glight2000](https://github.com/glight2000)
- [@songleo](https://github.com/songleo)
- [@marjune163](https://github.com/marjune163)## 授权许可
除特别声明外,本书中的内容使用 [CC BY-SA 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/)(创作共用 署名-相同方式共享3.0 许可协议)授权,代码遵循 [BSD 3-Clause License](https://github.com/astaxie/build-web-application-with-golang/blob/master/LICENSE.md)(3 项条款的 BSD 许可协议)。
## 开始阅读
- 您可以选择以下方式阅读本书:
- [GitHub在线](./eBook/preface.md)想读书的人,不会找不到 [目录](eBook/directory.md) :)