如何导入本地模块golang?

时间:2019-02-12 12:35:08

标签: go go-modules

如何导入本地build go模块?

不带版本导入会给出:

go: errors parsing go.mod:
.../go.mod:4: usage: require module/path v1.2.3

通过命令在模块列表中:

go list -m all

我看到它没有版本。

1 个答案:

答案 0 :(得分:1)

解决方案是使用replace功能:

replace bitbucket.org/xxx/yyy v0.0.0-fff-zzz => ../yyy/