Update 01.2.md

This commit is contained in:
JulioFeng
2021-03-15 09:12:47 +08:00
committed by GitHub
parent aa51d59099
commit 297d2029e6

View File

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