/Go.md

https://github.com/yodamaster/wiki · Markdown · 99 lines · 69 code · 30 blank · 0 comment · 0 complexity · de6f692773d95d117af9d26e1dc4291d MD5 · raw file

  1. # go 語言初探
  2. ## 教程
  3. - http://tour.golang.org/
  4. ## 書籍
  5. - http://www.golang-book.com/
  6. - http://jan.newmarch.name/go/
  7. - https://github.com/astaxie/build-web-application-with-golang
  8. ## 簡報與投影片
  9. - http://slideshare.dn.qbox.me/Golang-Programming-v2.0.0.pdf
  10. - http://ferrari.github.io/2013/02/golang-tech-talk/
  11. ## 各家對 go 語言的看法
  12. - http://tonybai.com/2012/08/17/hello-go/
  13. - http://www.programmer.com.cn/13730/
  14. - http://blog.codingnow.com/2010/11/go_prime.html
  15. - http://qing.weibo.com/tj/88ca09aa33002ele.html
  16. - http://my.oschina.net/qinhui99/blog/82378
  17. ## 資源
  18. - 官方網站: http://golang.org
  19. - https://github.com/wonderfo/wonderfogo/wiki
  20. - http://go-lang.cat-v.org
  21. - https://sites.google.com/site/wisdomfishgo/
  22. - http://blog.golang.tw/
  23. ### 文件
  24. - http://golang/doc
  25. - http://golang/ref
  26. - https://code.google.com/p/go-wiki/w/list
  27. - https://code.google.com/p/golang-china/
  28. - https://github.com/alco/gostart
  29. ### 套件
  30. - http://gdoc.org
  31. - https://code.google.com/p/go-wiki/wiki/Projects
  32. - https://github.com/grd/g5t
  33. ### 工具
  34. - http://blog.hsatac.net/2012/09/golang-ides/
  35. - https://github.com/nsf/gocode
  36. #### 待評估套件
  37. - https://github.com/skynetservices/skynet
  38. 簡介[投影片](http://www.slideshare.net/mikespook/ss-15720814)
  39. - NAT Traversal
  40. https://github.com/jackpal/Taipei-Torrent
  41. https://code.google.com/p/go-nat-pmp/
  42. - https://github.com/braintree/manners
  43. ### 討論區
  44. - http://golangd.com/
  45. - https://groups.google.com/forum/?fromgroups#!forum/golang-nuts
  46. - http://blog.golang.tw/
  47. ## 心得
  48. ### 部落格
  49. - http://beego.me/
  50. ### 單篇文章
  51. - http://www.programmer.com.cn/13730/
  52. - http://monnand.me/p/golang-map-bench/zhCN
  53. - http://blog.csdn.net/aura521521/article/details/8365330
  54. - http://beego.me/golang/golang%20import%E4%BD%BF%E7%94%A8%E5%85%A5%E9%97%A8/
  55. - 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/
  56. - http://www.cnblogs.com/yjf512/archive/2013/01/30/2882570.html
  57. - http://www.cnblogs.com/yjf512/archive/2013/02/28/2937261.html
  58. - http://dave.cheney.net/tag/go-golang-raspberrypi
  59. - http://coldnew.github.io/blog/2013/03/09_4f769ab00cd8e25f8332582fd3c5fd18.html
  60. - http://rritw.com/a/bianchengyuyan/C__/20130329/331783.html
  61. - http://ya790206dot1.blogspot.tw/2013/02/golang-panic-recover.html
  62. - http://swind.code-life.info/posts/goroutine-note-1.html
  63. - http://blog.golang.org/2011/06/profiling-go-programs.html
  64. ### 範例
  65. - https://github.com/pantao/golang-examples
  66. - 我寫的 A tour of Go [習題解答](https://gist.github.com/rabit/5142229)
  67. - https://gobyexample.com/
  68. ### 應用實例
  69. - http://ferrari.github.io/2013/02/canonical-juju-golang/