Skip to content

Commit 92361a4

Browse files
authored
Merge pull request astaxie#1164 from juliofeng/patch-1
Patch 1
2 parents c19714e + 297d202 commit 92361a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zh/01.2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ mathapp
195195

196196
这里我们展示如何编译和安装一个可运行的应用,以及如何设计我们的目录结构。
197197

198+
对于启用go module的Go版本,需要对mod.go进行配置。(使用replace的方式将远程包替换为本地包)
199+
198200
## 获取远程包
199201
go语言有一个获取远程包的工具就是`go get`,目前go get支持多数开源社区(例如:GitHub、googlecode、bitbucket、Launchpad)
200202

0 commit comments

Comments
 (0)