1
1
2
2
3
- ## 路线图
3
+ ## 路线图(补充2023)
4
4
5
5
---
6
6
@@ -23,6 +23,8 @@ graph TD
23
23
24
24
+ ##### [ Go语言圣经] ( https://github.com/gopl-zh/gopl-zh.github.com )
25
25
26
+ + ##### Go程序设计语言黑皮书
27
+
26
28
** 其他路线:**
27
29
28
30
+ https://docs.hacknode.org/gopl-zh/
@@ -73,6 +75,135 @@ graph TD
73
75
74
76
----
75
77
78
+
79
+
80
+ ### 最新2023后端路线
81
+
82
+ Go 语言学习线路图(青训营)
83
+
84
+ + 入门
85
+
86
+ + 青训营课程 - Go 语言上手-基础语法
87
+
88
+ + 官方课程
89
+ + Go语言圣经(中文版) https://books.studygolang.com/gopl-zh/
90
+
91
+ + by example
92
+ + Go by Example 中文 http://books.studygolang.com/gobyexample/maps/
93
+
94
+ + by test
95
+ + Learn Go with tests https://github.com/geektutu/high-performance-go
96
+
97
+ + 必读
98
+ + Effective Go 中文版本 https://github.com/bingohuang/effective-go-zh-en
99
+
100
+ + 标准库
101
+
102
+ + Go语言标准库书籍 http://books.studygolang.com/The-Golang-Standard-Library-by-Example/
103
+
104
+ + 官方文档 https://pkg.go.dev/std
105
+
106
+ + 官方文档翻译 https://studygolang.com/pkgdoc
107
+
108
+ + 其它
109
+
110
+ + Go 学习笔记 https://github.com/qyuhen/book
111
+
112
+ + The Way to Go 中文版本 https://github.com/unknwon/the-way-to-go_ZH_CN/blob/master/eBook/directory.md
113
+
114
+ + Go语言101 https://gfw.go101.org/article/101.html
115
+
116
+ + Go语言入门教程 http://c.biancheng.net/golang/
117
+
118
+ + GO 命令教程 https://github.com/hyper0x/go_command_tutorial
119
+
120
+ + Go并发编程实战 https://www.ituring.com.cn/book/1525
121
+
122
+ + Golang - 100天从新手到大师 https://github.com/rubyhan1314/Golang-100-Days
123
+
124
+ + 新功能 (部分资料比较老旧,不包含下面这些新功能,额外列出)
125
+
126
+ + Go mod
127
+
128
+ + 泛型
129
+
130
+ + 进阶
131
+
132
+ + 工程实践
133
+ + 青训营课程 - Go 语言上手-工程实践
134
+
135
+ + by example
136
+ + 7天用Go从零实现系列 https://github.com/geektutu/7days-golang
137
+
138
+ + WEB RPC 生态
139
+
140
+ + Go Web 编程 https://learnku.com/docs/build-web-application-with-golang
141
+
142
+ + Go RPC 开发指南 http://books.studygolang.com/go-rpc-programming-guide/
143
+
144
+ + Go Web Examples https://github.com/gowebexamples/gowebexamples
145
+
146
+ + DB / ORM
147
+ + 青训营课程 - 设计模式之 Database/SQL 与 GORM 实践
148
+
149
+ + 高性能
150
+
151
+ + 青训营课程 - 高质量编程与性能调优实战
152
+
153
+ + Go 语言高性能编程 https://github.com/geektutu/high-performance-go
154
+
155
+ + 原理、设计实现
156
+
157
+ + 青训营课程 - 高性能 Go 语言发行版优化与落地实践
158
+
159
+ + Go 语言设计与实现 https://draveness.me/golang/
160
+
161
+ + Go 语言原本 https://golang.design/under-the-hood/
162
+
163
+ + Go 语言高级编程(Advanced Go Programming) https://books.studygolang.com/advanced-go-programming-book/
164
+
165
+ + Go 专家编程 https://github.com/RainbowMango/GoExpertProgramming
166
+
167
+ + 深入解析Go https://tiancaiamao.gitbooks.io/go-internals/content/zh/index.html
168
+
169
+ + Go Assembly 示例 https://colobu.com/goasm/
170
+
171
+ + 社区
172
+
173
+ + Golang 中国 http://www.golangtc.com/
174
+
175
+ + Study Golang https://studygolang.com/
176
+
177
+ + 资料索引
178
+
179
+ + Go - IT技术知识开源图谱 https://codechina.gitcode.host/developer-roadmap/go/intro/junior/
180
+
181
+ + Go 语言优秀资源整理 https://github.com/shockerli/go-awesome
182
+
183
+ + Go 语言学习资料与社区索引 https://github.com/Unknwon/go-study-index
184
+
185
+ + Go 知识图谱 https://www.processon.com/view/link/5a9ba4c8e4b0a9d22eb3bdf0#map
186
+
187
+ + go-awesome https://github.com/shockerli/go-awesome
188
+
189
+ + awesome-go https://github.com/avelino/awesome-go
190
+
191
+ + Go进阶训练营 课程大纲 https://u.geekbang.org/subject/go/100060710
192
+
193
+ + 学习建议:
194
+
195
+ + 选择一本入门书籍,系统了解语法
196
+
197
+ + 快速过一遍标准库,知道常见标准库的用法
198
+
199
+ + 过一遍各种资料索引、 awesome list,了解 Go 语言各个领域生态
200
+
201
+ + 跟着一些实践课程,基于主流框架试着做一些小型项目
202
+
203
+
204
+
205
+
206
+
76
207
### 开发路线
77
208
78
209
1 . ** 先决条件**
0 commit comments