Merge pull request #1164 from juliofeng/patch-1

Patch 1
This commit is contained in:
astaxie
2021-04-10 15:02:51 +08:00
committed by GitHub

View File

@@ -195,6 +195,8 @@ mathapp
这里我们展示如何编译和安装一个可运行的应用,以及如何设计我们的目录结构。
对于启用go module的Go版本需要对mod.go进行配置。使用replace的方式将远程包替换为本地包
## 获取远程包
go语言有一个获取远程包的工具就是`go get`目前go get支持多数开源社区(例如GitHub、googlecode、bitbucket、Launchpad)