http://blog.haohtml.com/golang技巧:
在本地查看golang文檔,在dos目錄下執(zhí)行
godoc -http=:8080
然后,輸入 http://localhost:8080 即可.
中文版指南:http://go-tour-zh.appsp0t.com/#3
以下為收集的一些golang的學(xué)習(xí)資料:
1.https://code.google.com/p/golang-china/
主要收集的一些golang相關(guān)的信息
2.https://github.com/Unknwon/the-way-to-go_ZH_CN
《The Way to Go》經(jīng)原作者授權(quán)今日起以每日一小節(jié)的進(jìn)度開始翻譯,中文名《Go入門指南》。 本書以開源書籍的形式分享在Github上,提供給有需要的Go語(yǔ)言愛好者。 如果有翻譯不當(dāng)?shù)牡胤剑€望大家能夠 pull request 以為本書提供更好的翻譯質(zhì)量。
3.https://github.com/qyuhen/book
Go學(xué)習(xí)筆記
4.https://github.com/qiniu/gobook
《GO語(yǔ)言編程》一書的實(shí)例源碼
5.Go項(xiàng)目的目錄結(jié)構(gòu)
6.go web 編程 https://github.com/astaxie/build-web-application-with-golang/
7.http://www.neatstudio.com/category-20-1.shtml
===================================
以下為一些博客網(wǎng)站:
http://coolshell.cn/articles/8489.html
http://mikespook.com/ (學(xué)習(xí)go語(yǔ)言 作者)
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的默認(rèn)快捷鍵:https://github.com/DisposaBoy/GoSublime/blob/master/USAGE.md
相關(guān)示例代碼:
golang 發(fā)送郵件