最近在学习和实践Go语言,整理一些学习资料
系列文档&教程:
官网:http://golang.org/doc/ 【官方的一定要看,内容相当的多其他的书呀什么的都是从这来的】
tour:http://tour.golang.org/#1 【必看】
《the Way to Go》中文版:https://github.com/Unknwon/the-way-to-go_ZH_CN
《Go Web编程》: https://github.com/astaxie/build-web-application-with-golang
官方文档翻译: https://code.google.com/p/golang-china/
Let's learn Go: http://go-book.appsp0t.com/
Go by Example: https://gobyexample.com/
视频:
许世伟——go,基于连接和组合的语言:http://open.qiniudn.com/thinking-in-go.mp4
Go编程基础视频,面向新手:https://github.com/Unknwon/go-fundamental-programming
相关的blog:
风云blog go学习笔记:http://blog.codingnow.com/eo/go_oieno/
blog: http://www.lubia.me/?tag=golang
beego(beego框架的作者): http://blog.beego.me/
当然还有我的博客:http://the5fire.com
欢迎补充
微信公众号:Python程序员杂谈