Skip to content

Commit 831eaf2

Browse files
committed
20220404
1 parent a7233b7 commit 831eaf2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ps:白天上班,晚上更新,尽量日更,比心
5151

5252
[第18章 构建可复用的模块(包)](https://github.com/java-aodeng/golang-examples/blob/master/go-18/client/package_test.go)
5353

54-
[第19章 依赖管理](https://github.com/java-aodeng/golang-examples/blob/master/go-19/module_package/get_remote_pack_test.go)
54+
[第19章 依赖管理](https://github.com/java-aodeng/golang-examples/blob/master/src/go-19/module_package/get_remote_pack_test.go)
5555

5656
第20章 协程机制
5757

go-19/1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
##章节目录变更
2+
13
因为 go 编译器默认会在当前目录中查找src目录下package。 果没有src目录,编译器就找不到相应的package
4+
25
所以使用到包的章节都放在src目录下面了
36

0 commit comments

Comments
 (0)