如何导入本地构建的 go 模块?
没有版本的导入给出:
go: errors parsing go.mod: .../go.mod:4: usage: require module/path v1.2.3
通过命令在模块列表中:
go list -m all
我看到它没有版本。
缥缈止盈
相关分类