Skip to content

Commit dee9305

Browse files
committed
Create README.md
0 parents  commit dee9305

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed

README.md

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
Go 语言学习资料与社区索引
2+
==============
3+
4+
5+
鉴于之前有人做的 [索引资料](https://github.com/wonderfo/wonderfogo/wiki) 已经过期超过 2 年,所以特开此坑。各位同学可以通过发起 Fork + Pull Request 的方式进行补充和更新。
6+
7+
**最后更新时间**:2015 年 3 月 9 日
8+
9+
## 交流社区
10+
11+
### 中文社区
12+
13+
- [golanghome社区](http://golanghome.com/):基于 [WeTalk](https://github.com/beego/wetalk) 搭建的新型社区
14+
- [Golang 中国](http://www.golangtc.com/):国内较早的 Go 社区,汇聚各类信息与服务
15+
- [Study Golang](http://studygolang.com/):国内 Go 社区先驱,同样汇聚各类信息与服务
16+
- [Revel 交流论坛](http://gorevel.cn/)[Revel](https://github.com/revel/revel) 框架的中文社区
17+
- [SudoChina](http://www.sudochina.com/):基于 [beego](http://beego.me/) 的问答社区
18+
- QQ 群:
19+
- Go Web 编程群:259316004
20+
- Golang 中国:211938256
21+
- Go 内部实现与标准库:192706294
22+
- Golang Web 开发:231956113
23+
- Go 编程语言:102319854
24+
- Martini 交流群:371440803
25+
26+
### 英文社区
27+
28+
- [golang-nuts 邮件列表](https://groups.google.com/forum/#!forum/golang-nuts):Go 语言官方指定邮件列表讨论区
29+
- [Go+ 社区](https://plus.google.com/u/0/communities/114112804251407510571):Go 语言官方指定 G+ 社区
30+
31+
## 网址导航
32+
33+
- 官方:
34+
- [Playground](http://play.golang.org):Go 语言代码在线运行
35+
- 国内镜像:
36+
- [Go 指南国内镜像](http://tour.golangtc.com/)
37+
- [Go 语言国内下载镜像](http://www.golangtc.com/download)
38+
- [Go 官方网站国内镜像](http://docs.studygolang.com/)
39+
- Web 框架:
40+
- [beego](http://beego.me/):国人开发的轻量级 Web 框架
41+
- [Revel](https://github.com/revel/revel):较早成熟的重量级 Web 框架
42+
- [Martini](https://github.com/go-martini/martini): 一个强大为了编写模块化Web应用而生的GO语言框架
43+
- ORM 以及数据库驱动:
44+
- [xorm](https://github.com/go-xorm/xorm):支持 MySQL、PostgreSQL、SQLite3 以及 MsSQL
45+
- [mgo](http://labix.org/mgo):MongoDB 官方推荐驱动
46+
- [SSDB](http://www.ideawu.com/ssdb/zh_cn/): 高性能 kv 数据库
47+
- 辅助站点:
48+
- [Go Walker](https://gowalker.org):Go 语言在线 API 文档
49+
- [gobuild.io](http://gobuild.io/):Go 语言在线二进制编译与下载
50+
- [Rego](http://regoio.herokuapp.com/):Go 语言正则在线测试
51+
- 开发工具:
52+
- [Emacs24](http://ftp.gnu.org/gnu/emacs/)[配置脚本](https://github.com/wackonline/hack/blob/master/install-mint-dev/install-emacs.d.sh) / [(中文社区)](http://emacser.com/)
53+
- [LiteIDE](https://github.com/visualfc/liteide)
54+
- [Sublime Text 2/3](http://sublimetext.com):[配置教程](http://my.oschina.net/Obahua/blog/110767)
55+
- [IntelliJ IDEA](http://www.jetbrains.com/idea/)
56+
- [Atom](https://atom.io):[配置插件](https://atom.io/packages/go-plus)(感觉还不错,类似sublime,配置比较简单)
57+
- 学习站点:
58+
- [Go China 网络课堂](http://edu.go-china.org/)
59+
- [Go by Example](https://gobyexample.com/)
60+
- [GopherCasts](https://gophercasts.io/)
61+
- [Go database/sql tutorial](http://go-database-sql.org/)
62+
- 支持 Go 的云平台:
63+
- [Koding](https://koding.com/)
64+
- [Nitrous.IO](https://www.nitrous.io/)
65+
- 其它站点:
66+
- [Golang 杂志](https://flipboard.com/section/the-golang-magazine-bJ1GqB):[订阅说明](http://bbs.go-china.org/post/476)
67+
- [Reddit](http://www.reddit.com/r/golang/)
68+
- [Newspaper. IO](http://www.newspaper.io/golang):Golang 新闻订阅
69+
- [Go Newsletter](http://www.golangweekly.com/):Golang 新闻订阅
70+
71+
## 资料汇总
72+
73+
### 中文资料
74+
75+
- 书籍:
76+
- [《深入解析Go》](https://github.com/tiancaiamao/go-internals)
77+
- [《Go实战开发》](https://github.com/astaxie/Go-in-Action)
78+
- [《Go入门指南》](https://github.com/Unknwon/the-way-to-go_ZH_CN)
79+
- [《Go语言标准库》](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)
80+
- [《Go Web 编程》](https://github.com/astaxie/build-web-application-with-golang)
81+
- [《Go语言博客实践》](https://github.com/achun/Go-Blog-In-Action)
82+
- [《Go语言学习笔记》](https://github.com/qyuhen/book)
83+
- 翻译:
84+
- [Effective Go](http://www.hellogcc.org/effective_go.html)
85+
- 教程:
86+
- [《Go编程基础》](https://github.com/Unknwon/go-fundamental-programming)
87+
- [《Go Web基础》](https://github.com/Unknwon/go-web-foundation)
88+
- [《Go名库讲解》](https://github.com/Unknwon/go-rock-libraries-showcases)
89+
90+
### 英文资料
91+
92+
- 文档:
93+
- [Go Code Review Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments):Go 语言代码风格指导
94+
- [GopherCon 2014](https://github.com/gophercon/2014-talks)
95+
- 书籍:
96+
- [Network programming with Go](http://jan.newmarch.name/go/):[中文版](https://github.com/astaxie/NPWG_zh)
97+
- [Practical Cryptography With Go](https://leanpub.com/gocrypto/read#leanpub-auto-select-bibliography)
98+
- [An Introduction to Programming in Go](http://www.golang-book.com/)
99+
- [Go Bootcamp](http://www.golangbootcamp.com/book)
100+
101+
### 视频资料
102+
103+
- 基础:
104+
- Go Slices and Bytes - Shakeel Mahate:[优酷视频](http://v.youku.com/v_show/id_XNjkzMjM1Mjg4.html) - [Youtube](http://www.youtube.com/watch?v=dKlNSIUSfz0)
105+
- COSCUP 2013:
106+
- Golang & ORM - 林佑安:[优酷视频](http://v.youku.com/v_show/id_XNjkzMTQ1MjYw.html) - [Youtube](http://www.youtube.com/watch?v=VwAtYGyjTks)
107+
- GopherCon 2014:[Youtube](http://confreaks.com/events/gophercon2014)
108+
- GopherCon India 2015: [Youtube](https://www.youtube.com/playlist?list=PLxFC1MYuNgJTY3uQ5Ja4F5Sz305nnrBOq)
109+
110+
## 声明感谢
111+
[https://github.com/Unknwon/go-study-index](https://github.com/Unknwon/go-study-index) 信息整理

0 commit comments

Comments
 (0)