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