《互联网时代的C语言——Go(2)》 http://www.cnblogs.com/andrew-wang/p/3741725.html
《使用Go语言一段时间的感受》 http://www.cnblogs.com/sevenyuan/archive/2013/02/27/2935876.html
《Dropbox从Python语言迁移到Golang》 http://www.infoq.com/cn/news/2014/07/dropbox-open-source-go-libraries/
《像 Dropbox 这样从 Python 转到 Go 语言是不是新的趋势?》 http://www.zhihu.com/question/24403470
《Bowery为什么从Node.js转向 Go》 http://www.infoq.com/cn/news/2015/02/bowery-node-js-turn-to-go
《Timehop为什么使用Go替代Rails》 http://www.infoq.com/cn/news/2015/03/timehop-go-replace-rails
【Go语言的优缺点和吐槽】
《Go 的垃圾回收机制在实践中有哪些需要注意的地方?》http://www.zhihu.com/question/21615032
《Go vs Erlang》 http://blog.yunba.io/go-vs-erlang/
《Erlang和Go的并行化concurrent比较》 http://bookjovi.iteye.com/blog/1333431
《D语言 vs Go语言 vs Tust语言对比》 http://www.newsmth.net/nForum/#!article/CPlusPlus/358235
《我为什么放弃Go语言》 http://blog.csdn.net/liigo/article/details/23699459
《王垠:对Go语言的综合评价》 http://www.tuicool.com/articles/RnAjM3
Go官方网站: http://golang.org/
studygolang: http://studygolang.com/
Go中文官网:http://golang-china.org/
Golang中国:http://www.golangtc.com/【Go语言优秀开源项目】
Linux 容器引擎 Docker: http://www.oschina.net/p/docker
Go 应用框架 beego:http://www.oschina.net/p/beego
Go的全堆栈Web框架 Revel:http://www.oschina.net/p/revel
Redis 集群解决方案 Codis:http://www.oschina.net/p/codis
开源消息系统 NSQ:http://www.oschina.net/p/nsq
分布式MySQL工具集 Vitess:http://www.oschina.net/p/vitess
NOSQL数据库 xuncache:http://www.oschina.net/p/xuncache
HTTP负载测试工具 Vegeta:http://www.oschina.net/p/vegeta
类似redis的高性能nosql数据库 LedisDB:http://www.oschina.net/p/ledisdb
Go 语言编写 CPython 扩展 goPy:http://www.oschina.net/p/gopy
实时消息推送集群 gopush-cluster:http://www.oschina.net/p/gopush-cluster
内容管理系统 GoCMS:http://www.oschina.net/p/gocms
神经网络库 GoNN:http://www.oschina.net/p/gonn
GroupCache(Memcached替代者):http://www.oschina.net/p/groupcache
时序、事件和指标数据库 InfluxDB:http://www.oschina.net/p/influxdb
go-xmpp:http://www.oschina.net/p/go-xmpp
golang 日志处理库 go-logger:http://www.oschina.net/p/go-logger
HTML解析器 go-html-transform:http://www.oschina.net/p/go-html-transform
分布式文件系统 Weed-FS:http://www.oschina.net/p/weed-fs
Linux 监控工具 falcon-eye:http://www.oschina.net/p/falcon-eye
服务发现解决方案 Serf:http://www.oschina.net/p/serf
HTTP 代理服务器 COW:http://www.oschina.net/p/cow
更多软件:http://www.oschina.net/project/lang/358/go
Last updated: 2015/3/12