forked from overnote/over-golang
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.md
49 lines (34 loc) · 3.15 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
## 一 笔记说明
这份笔记是自学`Golang`时的资料总结,结合了很多书籍、博客以及开源作品的内容,同时也收到了很多反馈和建议,笔记仍然会在学习旅程中不断更新,绝对不鸽。
很多章节仍然在完善中,如Go在微服务中的实践、框架的具体分析、Go的源码分析等等,后续会完善剩余章节,并分享实践经验,敬请期待。
基于Go的算法笔记一样在小伙伴们的计划之列,不过算法过于庞大,被独立放置在了[overnote](https://github.com/overnote/fivex)系列中自成一系。
## 二 Go学习路径图
![](./images/Golang/golang-developer-roadmap-zh-CN.png)
## 三 Go语言资料整理
#### 3.1 书籍
- [《Go语言从入门到进阶实战》](https://book.douban.com/subject/30240200/):语法基础,入门力荐,但此书比较冷门
- [《Go程序设计语言》](https://book.douban.com/subject/27044219/):Go语言圣经,[点我查看中译资料](https://github.com/gopl-zh/gopl-zh.github.com)
- [《GoWeb编程》](https://book.douban.com/subject/27204133/):Go语言Web编程基础
- [《Go并发编程实战》](https://book.douban.com/subject/27016236/):解读go并发原理,但语言组织欠佳(若修正语言组织问题,将会是上乘佳作)
- [《Go语言学习笔记》](https://book.douban.com/subject/26832468/):言简意赅,深入浅出,力荐
#### 3.2 资料
- [《Go42》](https://github.com/ffhelicopter/Go42)
- [《Go语言标准库》](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)
- [《GoWeb编程》(astaxie)](https://github.com/astaxie/build-web-application-with-golang)
- [《Go RPC 开发指南》](https://github.com/smallnest/go-rpc-programming-guide)
- [《Go语言高级编程》](https://github.com/chai2010/advanced-go-programming-book)
- [《深入解析Go》](https://github.com/tiancaiamao/go-internals)
- [《研磨设计模式-Go实现》](https://github.com/senghoo/golang-design-pattern)
## 附录:笔记汇总
**OverNote**地址:https://github.com/overnote
**推荐书籍**地址:https://github.com/ruyuejun/polaris
**OverNote分类**:
- [Go](https://github.com/overnote/golang):详尽的Go领域笔记:Go语法、Go并发编程、GoWeb编程、Go微服务等
- [分布式与微服务架构](https://github.com/overnote/architecture/):分布式与微服务等架构相关笔记
- [底层五巨头-数据结构与算法](https://github.com/overnote/fivex-algorithm):以C/Go实现为主记录数据结构与算法的笔记
- [服务端常用技术](https://github.com/overnote/serverside):nginx、mysql、redis、mongodb、linux系统基础等服务端常用技术汇总笔记
- [JavaScript](https://github.com/overnote/javascript):包含网页、JS、前端工程化、Node、vue、react、小程序等JS相关领域技术笔记
- [大数据](https://github.com/overnote/bigdata):大数据笔记,完善中
- [Flutter](https://github.com/overnote/flutter):Dart与Flutter相关笔记,完善中
- [Python](https://github.com/overnote/python):Python相关笔记,完善中
- [Java](https://github.com/overnote/java):Java相关笔记,完善中