http://blog.haohtml.com/golang技巧:
在本地查看golang文檔,在dos目錄下執行
godoc -http=:8080
然后,輸入 http://localhost:8080 即可.
中文版指南:http://go-tour-zh.appsp0t.com/#3
以下為收集的一些golang的學習資料:
1.https://code.google.com/p/golang-china/
主要收集的一些golang相關的信息
2.https://github.com/Unknwon/the-way-to-go_ZH_CN
《The Way to Go》經原作者授權今日起以每日一小節的進度開始翻譯,中文名《Go入門指南》。 本書以開源書籍的形式分享在Github上,提供給有需要的Go語言愛好者。 如果有翻譯不當的地方,還望大家能夠 pull request 以為本書提供更好的翻譯質量。
3.https://github.com/qyuhen/book
Go學習筆記
4.https://github.com/qiniu/gobook
《GO語言編程》一書的實例源碼
5.Go項目的目錄結構
6.go web 編程 https://github.com/astaxie/build-web-application-with-golang/
7.http://www.neatstudio.com/category-20-1.shtml
===================================
以下為一些博客網站:
http://coolshell.cn/articles/8489.html
http://mikespook.com/ (學習go語言 作者)
http://www.cnblogs.com/yjf512/archive/2012/06/06/2537712.html
http://www.yiibai.com/go
go tools命令大全 https://github.com/hyper-carrot/go_command_tutorial/blob/master/README.md
==================================
GoSublime的默認快捷鍵:https://github.com/DisposaBoy/GoSublime/blob/master/USAGE.md
相關示例代碼:
golang 發送郵件