README.md 6.4 KB
Newer Older
U
Unknown 已提交
1
Go 语言学习资料与社区索引
无闻 已提交
2 3
==============

U
Unknown 已提交
4 5 6

鉴于之前有人做的 [索引资料](https://github.com/wonderfo/wonderfogo/wiki) 已经过期超过 2 年,所以特开此坑。各位同学可以通过发起 Fork + Pull Request 的方式进行补充和更新。

U
Update  
Unknown 已提交
7
**最后更新时间**:2014 年 4 月 5 日
U
Unknown 已提交
8 9 10 11 12 13 14 15 16

## 交流社区

### 中文社区

 - [Go 中国社区](http://bbs.go-china.org/):基于 [WeTalk](https://github.com/beego/wetalk) 搭建的新型社区
 - [Golang 中国](http://www.golangtc.com/):国内较早的 Go 社区,汇聚各类信息与服务
 - [Study Golang](http://studygolang.com/):国内 Go 社区先驱,同样汇聚各类信息与服务
 - [Revel 交流论坛](http://gorevel.cn/)[Revel](https://github.com/revel/revel) 框架的中文社区
U
Update  
Unknown 已提交
17
 - [SudoChina](http://www.sudochina.com/):基于 [beego](http://beego.me/) 的问答社区
U
Unknown 已提交
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
 - QQ 群:
 	- Go Web 编程群:259316004
 	- Golang 中国:211938256
 	- Go 内部实现与标准库:192706294
 	- Golang Web 开发:231956113
 	- Go 编程语言:102319854
 	- Martini 交流群:371440803
 	- Revel 交流群:90062163

### 英文社区

- [golang-nuts 邮件列表](https://groups.google.com/forum/#!forum/golang-nuts):Go 语言官方指定邮件列表讨论区
- [Go+ 社区](https://plus.google.com/u/0/communities/114112804251407510571):Go 语言官方指定 G+ 社区

## 网址导航

U
update  
Unknown 已提交
34 35
- 官方:
	- [Playground](http://play.golang.org):Go 语言代码在线运行
U
Unknown 已提交
36 37 38 39 40 41 42
- 国内镜像:
	- [Go 指南国内镜像](http://tour.golangtc.com/)
	- [Go 语言国内下载镜像](http://www.golangtc.com/download)
	- [Go 官方网站国内镜像](http://docs.studygolang.com/)
- Web 框架:
	- [beego](http://beego.me/):国人开发的轻量级 Web 框架
	- [Revel](https://github.com/revel/revel):较早成熟的重量级 Web 框架
U
update  
Unknown 已提交
43 44 45
- ORM 以及数据库驱动:
	- [xorm](https://github.com/lunny/xorm):支持 MySQL、PostgreSQL、SQLite3 以及 MsSQL
	- [mgo](http://labix.org/mgo):MongoDB 官方推荐驱动
U
Unknown 已提交
46 47 48
- 辅助站点:
	- [Go Walker](https://gowalker.org):Go 语言在线 API 文档
	- [gobuild.io](http://gobuild.io/):Go 语言在线二进制编译与下载
U
Update  
Unknown 已提交
49
	- [Rego](http://regoio.herokuapp.com/):Go 语言正则在线测试
U
Unknown 已提交
50
- 开发工具:
U
Update  
Unknown 已提交
51 52 53
	- [LiteIDE](https://github.com/visualfc/liteide)
	- [Sublime Text 2/3](http://sublimetext.com)[配置教程](http://my.oschina.net/Obahua/blog/110767)
	- [IntelliJ IDEA](http://www.jetbrains.com/idea/)
U
Unknown 已提交
54 55 56 57 58
- 学习站点:
	- [Go China 网络课堂](http://edu.go-china.org/)
	- [Go by Example](https://gobyexample.com/)
	- [GopherCasts](https://gophercasts.io/)
	- [Go database/sql tutorial](http://go-database-sql.org/)
U
Unknown 已提交
59 60 61 62
- 支持 Go 的云平台:
	- [Koding](https://koding.com/)
	- [Nitrous.IO](https://www.nitrous.io/)
- 其它站点:
U
Update  
Unknown 已提交
63 64 65
	- [Reddit](http://www.reddit.com/r/golang/)
	- [Newspaper. IO](http://www.newspaper.io/golang):Golang 新闻订阅
	- [Go Newsletter](http://www.golangweekly.com/):Golang 新闻订阅
U
Unknown 已提交
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92

## 资料汇总

### 中文资料

- 书籍:
	- [《深入解析Go》](https://github.com/tiancaiamao/go-internals)
	- [《Go实战开发》](https://github.com/astaxie/Go-in-Action)
	- [《Go入门指南》](https://github.com/Unknwon/the-way-to-go_ZH_CN)
	- [《Go语言标准库》](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)
	- [《Go Web 编程》](https://github.com/astaxie/build-web-application-with-golang)
	- [《Go语言博客实践》](https://github.com/achun/Go-Blog-In-Action)
- 教程:
	- [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming)
	- [《Go Web基础》](https://github.com/Unknwon/go-web-foundation)
	- [《Go名库讲解》](https://github.com/Unknwon/go-rock-libraries-showcases)

### 英文资料

- 文档:
	- [Go Code Review Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments):Go 语言代码风格指导
- 书籍:
	- [Network programming with Go](http://jan.newmarch.name/go/)[中文版](https://github.com/astaxie/NPWG_zh)
	- [Practical Cryptography With Go](https://leanpub.com/gocrypto/read#leanpub-auto-select-bibliography)
	- [An Introduction to Programming in Go](http://www.golang-book.com/)
	- [Go Bootcamp](http://www.golangbootcamp.com/book)

M
Meaglith Ma 已提交
93 94
### 视频资料
- 基础:
U
Update  
Unknown 已提交
95
	- Go Slices and Bytes - Shakeel Mahate:[优酷视频](http://v.youku.com/v_show/id_XNjkzMjM1Mjg4.html) - [Youtube](http://www.youtube.com/watch?v=dKlNSIUSfz0)
M
Meaglith Ma 已提交
96
- COSCUP 2013:
U
Update  
Unknown 已提交
97
	- Golang & ORM - 林佑安:[优酷视频](http://v.youku.com/v_show/id_XNjkzMTQ1MjYw.html) - [Youtube](http://www.youtube.com/watch?v=VwAtYGyjTks)
M
Meaglith Ma 已提交
98

U
Unknown 已提交
99 100
## 名人名博

U
Unknown 已提交
101 102 103
- Go:
	- Twitter: [@golang](https://twitter.com/golang)
	- 博客:[The Go Blog](http://blog.golang.org/)
U
Unknown 已提交
104 105 106 107 108 109 110 111 112 113 114 115 116
- Golang中国:
	- 微博:[@Golang中国](http://www.weibo.com/u/3211200050)
	- 博客:[Golang 中国博客](http://blog.go-china.org/)
	- 微信:golangchina
- ASTA谢:
	- 微博:[@ASTA谢](http://www.weibo.com/533452688)
	- Twitter: [@astaxie](https://twitter.com/astaxie)
	- GitHub:[@astaxie](https://github.com/astaxie)
- 无闻:
	- 微博:[@无闻Unknown](http://www.weibo.com/Obahua)
	- Twitter: [@joe2010xtmf](https://twitter.com/joe2010xtmf)
	- 博客:[无闻的小站](http://wuwen.org/) - [UNKNOWN](http://obahua.com/)
	- GitHub:[@Unknwon](https://github.com/Unknwon)
U
Unknown 已提交
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
- 肖伦文:
	- 微博:[@肖伦文Lunny](http://www.weibo.com/xiaolunwen)
	- Twitter: [@lunny](https://twitter.com/lunny)
	- GitHub:[@lunny](https://github.com/lunny)
- 马全一:
	- 微博:[@马全一](http://www.weibo.com/genedna)
	- Twitter: [@genedna](https://twitter.com/genedna)
- 傅小黑:
	- 微博:[@傅小黑](http://weibo.com/772881987)
	- GitHub:[@fuxiaohei](https://github.com/fuxiaohei)
- 特价萝卜:
	- 微博:[@特价萝卜](http://www.weibo.com/freej)
- Docker 中文社区:
	- 微博:[@Docker中文社区](http://www.weibo.com/dockboard)
	- Twitter: [@dockboard](https://twitter.com/dockboardorg)
	- 博客:[Docker 中文社区](http://www.dockboard.org/)
U
Unknown 已提交
133 134
- Gopher Academy:
	- Twitter: [@GopherAcademy](https://twitter.com/GopherAcademy)
U
Unknown 已提交
135 136 137 138 139 140 141 142 143
	- 博客:[Gopher Academy Blog](http://blog.gopheracademy.com/)
- William Kennedy:
	- Twitter: [@goinggodotnet](https://twitter.com/goinggodotnet)
	- 博客:[Going Go Programming](http://www.goinggo.net/)

## 职业信息

- Go/Golang jobs:
	- 官方网站:http://www.golangprojects.com/
M
Meaglith Ma 已提交
144
	- Twitter: [@golangprojects](https://twitter.com/golangprojects)