汇集最有用的Go资源
Go:官方Github托管地址https://github.com/golang/go。
Golang中国:Golang中国提供编译完成的二进制可执行程序下载,下载页面http://www.golangtc.com/download。
《Go Web编程》: Begoo作者写的一本Go Web编程书籍。
《Go 编程语言规范》: 写的内容较多,最后更新日期是2014.11.11。PDF版链接。
Begoo: An open-source, high-performance web framework for the Go programming language。有中文文档,版本号已更新到v1.5,最近一次发布日期是2015.06.16。
Revel: A high productivity, full-stack web framework for the Go language. 版本号已更新到v0.12.0,最近一次发布日期是2015.03.25。
Martini: Classy web framework for Go. 版本号已更新到v1.0,最近一次发布日期是2014.05.20。
Macaron: A high productive and modular web framework in Go. 版本号已更新到v0.8.0。
Paho的Golang客户端: http://www.eclipse.org/paho/clients/golang/
SurgeMQ: A high performance MQTT broker and client library that aims to be fully compliant with MQTT 3.1 and 3.1.1 specs. The primary package that's of interest is package service. It provides the MQTT Server and Client services in a library form.