This commit is contained in:
Unknwon
2015-09-08 06:18:41 -04:00
parent d977e88e8a
commit c1b14feb5c
6 changed files with 26 additions and 15 deletions

View File

@@ -8,6 +8,15 @@
本书的主要译者是 [@无闻Unknwon](http://www.weibo.com/Obahua),是一名 Go 语言爱好者和传播者,目前是 [Go Walker](https://gowalker.org)、Gopm、[Gogs](http://gogs.io) 和 [Macaron](https://github.com/Unknwon/macaron) 创始人,极客学院签约讲师。
目前已由多位 Go 语言爱好者共同提交翻译内容,主要包括:
- [@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)
## 适用人群
适合有一定编程基础,初学 Go 语言的爱好者。
@@ -19,4 +28,4 @@ Golang 编程245386165
|更新日期 |更新内容
|----------|------------------
|2015-08-25|10.8 垃圾回收和 SetFinalizer
|2015-09-8|11.1 接口是什么