We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
作者大佬辛苦了,我在本地用go 1.15.2 编译不通过。 命令行输出:
main.go:8:2: cannot find package "github.com/shiguanghuxian/etcd-manage/program" in any of: /usr/local/go/src/github.com/shiguanghuxian/etcd-manage/program (from $GOROOT) /home/kevin/go/src/github.com/shiguanghuxian/etcd-manage/program (from $GOPATH)
请问可以把代码切换到使用go mod 模式管理吗?非常感谢。
The text was updated successfully, but these errors were encountered:
建议用2.0版本,来源地址,https://github.com/etcd-manage
可以参考本项目readme.md,放假在家,回京了加一下go mod
Sorry, something went wrong.
No branches or pull requests
作者大佬辛苦了,我在本地用go 1.15.2 编译不通过。
命令行输出:
请问可以把代码切换到使用go mod 模式管理吗?非常感谢。
The text was updated successfully, but these errors were encountered: