学习Go语言 ============= Startup ~~~~~~~ 环境配置 ^^^^^^^^ 安装 sudo apt-get install golang-go 高亮配置:http://wiki.ubuntu.com.cn/Golang> 基本语法 ^^^^^^^^ http://zh-golang.appsp0t.com/doc/ 教程:http://tour.golang.tc> - effective go http://golang.org/doc/effective_go.html rpc ^^^ http://www.ituring.com.cn/article/39053 string ^^^^^^ open source go projects ^^^^^^^^^^^^^^^^^^^^^^^ - http://go-lang.cat-v.org/go-code skynet - https://github.com/skynetservices/skynet groupcache - https://github.com/golang/groupcache leveldb - http://code.google.com/p/leveldb-go/leveldb doozerd - https://github.com/4ad/doozerd vitess: mysql proxy - https://github.com/youtube/vitess docker: - https://github.com/dotcloud/docker other go projects: - http://code.google.com/p/go-wiki/wiki/Projects