└── README.md /README.md: -------------------------------------------------------------------------------- 1 | Go语言学习资源汇总 2 | ======== 3 | 4 | 这里是我收集的一些Go语言的学习资料,欢迎补充:) 5 | 6 | ## 图书 7 | 8 | - [《Go语言编程》](http://item.jd.com/11067810.html) 9 | - [《Go Web 编程》](http://item.jd.com/11224644.html) 10 | - [《Go语言程序设计》](http://item.jd.com/11281696.html) 11 | 12 | ## 电子书 13 | 14 | - [《Go Web 编程》](https://github.com/Unknwon/the-way-to-go_ZH_CN) 15 | - [《Go 入门指南》](https://github.com/Unknwon/the-way-to-go_ZH_CN) 16 | - [《学习 Go 语言 - 一本学习 Go 语言的免费电子书》](https://github.com/mikespook/Learning-Go-zh-cn) 17 | - [《Go标准命令详解》](https://github.com/hyper-carrot/go_command_tutorial) 18 | - [《Go学习笔记》](https://github.com/qyuhen/book) 19 | - [《Go语言标准库》](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) 20 | - [《深入解析Go》](https://github.com/tiancaiamao/go-internals) 21 | 22 | ## 视频 23 | 24 | - [Go编程基础](https://github.com/Unknwon/go-fundamental-programming) 25 | - [Go Web基础](https://github.com/Unknwon/go-web-foundation) 26 | - [Go名库讲解](https://github.com/Unknwon/go-rock-libraries-showcases) 27 | 28 | ## 文档 29 | 30 | - [Go标准包手册](https://github.com/astaxie/gopkg) 31 | 32 | ## 网站 33 | 34 | - [Go by Example](https://gobyexample.com/) 35 | - [Golang中国](http://golangtc.com/) 36 | - [Golang中国博客](http://blog.go-china.org/) 37 | - [Study Golang](http://studygolang.com/) 38 | - [知乎话题:Go语言](http://www.zhihu.com/topic/19625982) 39 | --------------------------------------------------------------------------------