marion 5 years ago
parent
commit
0b4e1b9e6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -69,7 +69,7 @@ go mod项目初始化,建议mod名称为代码仓库全路径,可保持在
 
 > export GOPROXY=
 
-获取包,go mod模式,会自动将go get获取的依赖加入go.mod文件
+获取包,如果在go mod模式项目中执行,会自动将go get获取的依赖加入go.mod文件
 
 > go get -v -insecure -d git.aionnect.com/aionnect/go-common