技巧:
在本地查看golang文档,在dos目录下执行
godoc -http=:8080
然后,输入 http://localhost:8080 即可.
中文版指南:http://go-tour-zh.appsp0t.com/#3
以下为收集的一些golang的学习资料:
最权威的教程非 http://golang.org 莫属了,但经常被翻墙.解决办法可修改host文件,添加下面一行即可.
173.194.71.141 golang.org tour.golang.org talks.golang.org blog.golang.org
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语言编程》一书的实例源码
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
go tools命令大全 https://github.com/hyper-carrot/go_command_tutorial/blob/master/README.md
==================================
GoSublime的默认快捷键:https://github.com/DisposaBoy/GoSublime/blob/master/USAGE.md
相关示例代码: