/Go.md
https://github.com/yodamaster/wiki · Markdown · 99 lines · 69 code · 30 blank · 0 comment · 0 complexity · de6f692773d95d117af9d26e1dc4291d MD5 · raw file
- # go 語言初探
- ## 教程
- - http://tour.golang.org/
- ## 書籍
- - http://www.golang-book.com/
- - http://jan.newmarch.name/go/
- - https://github.com/astaxie/build-web-application-with-golang
- ## 簡報與投影片
- - http://slideshare.dn.qbox.me/Golang-Programming-v2.0.0.pdf
- - http://ferrari.github.io/2013/02/golang-tech-talk/
- ## 各家對 go 語言的看法
- - http://tonybai.com/2012/08/17/hello-go/
- - http://www.programmer.com.cn/13730/
- - http://blog.codingnow.com/2010/11/go_prime.html
- - http://qing.weibo.com/tj/88ca09aa33002ele.html
- - http://my.oschina.net/qinhui99/blog/82378
- ## 資源
- - 官方網站: http://golang.org
- - https://github.com/wonderfo/wonderfogo/wiki
- - http://go-lang.cat-v.org
- - https://sites.google.com/site/wisdomfishgo/
- - http://blog.golang.tw/
- ### 文件
- - http://golang/doc
- - http://golang/ref
- - https://code.google.com/p/go-wiki/w/list
- - https://code.google.com/p/golang-china/
- - https://github.com/alco/gostart
- ### 套件
- - http://gdoc.org
- - https://code.google.com/p/go-wiki/wiki/Projects
- - https://github.com/grd/g5t
- ### 工具
- - http://blog.hsatac.net/2012/09/golang-ides/
- - https://github.com/nsf/gocode
- #### 待評估套件
- - https://github.com/skynetservices/skynet
- 簡介[投影片](http://www.slideshare.net/mikespook/ss-15720814)
- - NAT Traversal
- https://github.com/jackpal/Taipei-Torrent
- https://code.google.com/p/go-nat-pmp/
- - https://github.com/braintree/manners
- ### 討論區
- - http://golangd.com/
- - https://groups.google.com/forum/?fromgroups#!forum/golang-nuts
- - http://blog.golang.tw/
- ## 心得
- ### 部落格
- - http://beego.me/
- ### 單篇文章
- - http://www.programmer.com.cn/13730/
- - http://monnand.me/p/golang-map-bench/zhCN
- - http://blog.csdn.net/aura521521/article/details/8365330
- - http://beego.me/golang/golang%20import%E4%BD%BF%E7%94%A8%E5%85%A5%E9%97%A8/
- - http://www.mikespook.com/2012/07/%E5%9C%A8-golang-%E4%B8%AD%E7%94%A8%E5%90%8D%E5%AD%97%E8%B0%83%E7%94%A8%E5%87%BD%E6%95%B0/
- - http://www.cnblogs.com/yjf512/archive/2013/01/30/2882570.html
- - http://www.cnblogs.com/yjf512/archive/2013/02/28/2937261.html
- - http://dave.cheney.net/tag/go-golang-raspberrypi
- - http://coldnew.github.io/blog/2013/03/09_4f769ab00cd8e25f8332582fd3c5fd18.html
- - http://rritw.com/a/bianchengyuyan/C__/20130329/331783.html
- - http://ya790206dot1.blogspot.tw/2013/02/golang-panic-recover.html
- - http://swind.code-life.info/posts/goroutine-note-1.html
- - http://blog.golang.org/2011/06/profiling-go-programs.html
- ### 範例
- - https://github.com/pantao/golang-examples
- - 我寫的 A tour of Go 的[習題解答](https://gist.github.com/rabit/5142229)
- - https://gobyexample.com/
- ### 應用實例
- - http://ferrari.github.io/2013/02/canonical-juju-golang/