标签: go go-modules
如何导入本地build go模块?
不带版本导入会给出:
go: errors parsing go.mod: .../go.mod:4: usage: require module/path v1.2.3
通过命令在模块列表中:
go list -m all
我看到它没有版本。
答案 0 :(得分:1)
解决方案是使用replace功能:
replace
replace bitbucket.org/xxx/yyy v0.0.0-fff-zzz => ../yyy/