File tree Expand file tree Collapse file tree 7 files changed +26
-10
lines changed
Expand file tree Collapse file tree 7 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 2424## 第三章:项目管理
2525- 3.1 [ 超详细解读 Go Modules 前世今生及入门使用] ( http://golang.iswbm.com/en/latest/c03/c03_01.html )
2626- 3.2 [ Go语言命名编码规范] ( http://golang.iswbm.com/en/latest/c03/c03_02.html )
27- - 3.3 [ go 命令详解 ] ( http://golang.iswbm.com/en/latest/c03/c03_03.html )
27+ - 3.3 [ 最全的 Go 命令指南 ] ( http://golang.iswbm.com/en/latest/c03/c03_03.html )
2828- 3.4 [ Go 语言中关于包导入必学的 8 个知识点] ( http://golang.iswbm.com/en/latest/c03/c03_04.html )
2929- 3.5 [ 如何开源自己写的包给别人用?] ( http://golang.iswbm.com/en/latest/c03/c03_05.html )
3030
Original file line number Diff line number Diff line change 1- # 3.3 go 命令详解
1+ # 3.3 最全的 Go 命令指南
22
33## 1. 基本命令
44
Original file line number Diff line number Diff line change 1- 3.3 go 命令详解
2- ===============
1+ 3.3 最全的 Go 命令指南
2+ ======================
33
441. 基本命令
55-----------
Original file line number Diff line number Diff line change @@ -237,6 +237,12 @@ func PrintHello(){
237237
238238
239239
240+ ## 延伸阅读
241+
242+ - [ 如何使用go module导入本地包] ( https://mp.weixin.qq.com/s/jvqjIzfBlGh3vty_qHl50w )
243+
244+
245+
240246---
241247
242248
Original file line number Diff line number Diff line change @@ -259,6 +259,12 @@ pkg,由于这个包是我随便指定的,当然会找不到,找不到就
259259命令生成的,这个命令会将项目依赖全部打包到你的项目目录下的 verdor
260260文件夹中。
261261
262+ 延伸阅读
263+ --------
264+
265+ - `如何使用go
266+ module导入本地包 <https://mp.weixin.qq.com/s/jvqjIzfBlGh3vty_qHl50w> `__
267+
262268--------------
263269
264270|image7 |
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ https://liujiacai.net/
3434
3535https://hyper0x.github.io/go_command_tutorial/#/
3636
37+ 8、Go入门指南(The Way to Go)
3738
39+ https://learnku.com/docs/the-way-to-go
3840
41+ 9、Go语言圣经
3942
40-
41- 如何使用 go modules 导入本地包
42-
43- https://mp.weixin.qq.com/s/jvqjIzfBlGh3vty_qHl50w
43+ https://go.wuhaolin.cn/gopl/
Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ https://liujiacai.net/
3838
3939https://hyper0x.github.io/go_command_tutorial/#/
4040
41- 如何使用 go modules 导入本地包
41+ 8、Go入门指南(The Way to Go)
4242
43- https://mp.weixin.qq.com/s/jvqjIzfBlGh3vty_qHl50w
43+ https://learnku.com/docs/the-way-to-go
44+
45+ 9、Go语言圣经
46+
47+ https://go.wuhaolin.cn/gopl/
You can’t perform that action at this time.
0 commit comments