Skip to content

Commit 006f81d

Browse files
author
maque
committed
修复目录层级
1 parent 44de796 commit 006f81d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

0.3.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ hc@ubt:~$ go get github.com/hyper-carrot/go_lib/logging
1414
pkg/
1515
linux_386/
1616
github.com/
17-
hyper-carrot/
18-
go_lib/
19-
logging.a
17+
hyper-carrot/
18+
go_lib/
19+
logging.a
2020
src/
2121
github.com/
22-
hyper-carrot/
23-
go_lib/
24-
logging/
22+
hyper-carrot/
23+
go_lib/
24+
logging/
2525
...
2626
```
2727

@@ -212,4 +212,4 @@ WORK=/tmp/go-build636338114
212212

213213
命令`go get`的这一功能是非常有用的。我们的代码在直接或间接依赖某些同时针对多个Go语言版本开发的代码包时,可以自动的检出其正确的版本。也可以说,`go get`命令内置了一定的代码包多版本依赖管理的功能。
214214

215-
到这里,我向大家介绍了`go get`命令的使用方式。`go get`命令与之前介绍的两个命令一样,是我们编写Go语言程序、构建Go语言项目时必不可少的辅助工具。
215+
到这里,我向大家介绍了`go get`命令的使用方式。`go get`命令与之前介绍的两个命令一样,是我们编写Go语言程序、构建Go语言项目时必不可少的辅助工具。

0 commit comments

Comments
 (0)