Skip to content
Merged

Patch 1 #1164

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions zh/01.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ mathapp

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

对于启用go module的Go版本,需要对mod.go进行配置。(使用replace的方式将远程包替换为本地包)

## 获取远程包
go语言有一个获取远程包的工具就是`go get`,目前go get支持多数开源社区(例如:GitHub、googlecode、bitbucket、Launchpad)

Expand Down