docs: add go book

pull/7/head
yangwenmai 5 years ago
parent d9a575bd4b
commit 17d06825c5

@ -66,6 +66,8 @@ Go 学习之路将会不断更新维护,如果有推荐的博客、微信公
| [Learn Go with tests](https://github.com/quii/learn-go-with-tests) | | [Learn Go with tests](https://github.com/quii/learn-go-with-tests) |
| [Go-SCP](https://github.com/Checkmarx/Go-SCP) | | [Go-SCP](https://github.com/Checkmarx/Go-SCP) |
| [An example of gin](https://github.com/EDDYCJY/go-gin-example) | | [An example of gin](https://github.com/EDDYCJY/go-gin-example) |
| [Go 语言原本(基于 Go 1.14](https://changkun.de/golang) |
| [Go 语言设计与实现](https://draveness.me/golang) |
| Go 面试| | Go 面试|
|----| |----|
@ -73,6 +75,7 @@ Go 学习之路将会不断更新维护,如果有推荐的博客、微信公
| [精华的 Go 面试题和答案](https://github.com/goquiz/goquiz.github.io)| | [精华的 Go 面试题和答案](https://github.com/goquiz/goquiz.github.io)|
| [编程面试题的 Go 实现](https://github.com/mrekucci/epi)| | [编程面试题的 Go 实现](https://github.com/mrekucci/epi)|
| [Exercism](http://exercism.io/languages/go/about) | | [Exercism](http://exercism.io/languages/go/about) |
| [面前必看](https://github.com/qcrao/interview) |
| Go 其他| | Go 其他|
|----| |----|
@ -92,6 +95,7 @@ Go 学习之路将会不断更新维护,如果有推荐的博客、微信公
| [Go 相关的教程](https://appliedgo.net/) | | [Go 相关的教程](https://appliedgo.net/) |
| [KTH 的 Stefan Nilsson 教授自己写的算法和 Go 代码](https://yourbasic.org/) | | [KTH 的 Stefan Nilsson 教授自己写的算法和 Go 代码](https://yourbasic.org/) |
| [终极 Go 学习指南 Ultimate Go study guides](https://github.com/hoanhan101/ultimate-go) | | [终极 Go 学习指南 Ultimate Go study guides](https://github.com/hoanhan101/ultimate-go) |
| [从问题切入,串连 Go 语言相关的所有知识,融会贯通。](https://github.com/qcrao/Go-Questions) |
## Go 学习视频 ## Go 学习视频
@ -109,6 +113,7 @@ Go 学习之路将会不断更新维护,如果有推荐的博客、微信公
| [Jon Calhoun](https://www.youtube.com/user/joncalhoun/playlists) | 一系列的 Go 实现的算法视频。 | | [Jon Calhoun](https://www.youtube.com/user/joncalhoun/playlists) | 一系列的 Go 实现的算法视频。 |
| [Go 语言基础教程 (OReilly)](http://www.bilibili.com/video/av8845689/) | OReilly 的 Go 语言基础教程。| | [Go 语言基础教程 (OReilly)](http://www.bilibili.com/video/av8845689/) | OReilly 的 Go 语言基础教程。|
| [Go Web Programming Bootcamp](http://www.golang-book.com/guides/bootcamp) | Todd McLeod 在别的学校开过的训练营视频,从 Go 基础讲到基础的服务器开发和 GAE。 | | [Go Web Programming Bootcamp](http://www.golang-book.com/guides/bootcamp) | Todd McLeod 在别的学校开过的训练营视频,从 Go 基础讲到基础的服务器开发和 GAE。 |
| [Go 夜读](https://www.youtube.com/c/Go%E5%A4%9C%E8%AF%BB) |
## Go 文章 ## Go 文章
@ -208,7 +213,7 @@ IntelliJ idea + Go Plugin、[Goland](https://www.jetbrains.com/go/)、[LiteIDE](
| [Legendtkl](http://legendtkl.com/) | | [Legendtkl](http://legendtkl.com/) |
| [行思錄,Travel Coder - Arch, Coding, Life Learning](https://liudanking.com) | | [行思錄,Travel Coder - Arch, Coding, Life Learning](https://liudanking.com) |
| [jasper的技术小窝 - 关注DevOps、运维监控、Python、Golang、开源、大数据、web开发、互联网](http://www.opscoder.info) | | [jasper的技术小窝 - 关注DevOps、运维监控、Python、Golang、开源、大数据、web开发、互联网](http://www.opscoder.info) |
| [Morsing's Blog](http://morsmachine.dk/index) | | [Morsing's Blog](http://morsmachine.dk/) | <http://morsmachine.dk/feed.atom>
| [hanjm backend blog](https://imhanjm.com/) | | [hanjm backend blog](https://imhanjm.com/) |
| [《Go 语言实战》作者之一的博客](https://www.goinggo.net/) | | [《Go 语言实战》作者之一的博客](https://www.goinggo.net/) |
| [Hi, I'm Francesc.](https://campoy.cat/blog) | | [Hi, I'm Francesc.](https://campoy.cat/blog) |

Loading…
Cancel
Save