You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile文件中关于modvendor的描述 需要下载modvendor,下载命令:go get -u github.com/goware/modvendor只能下载,并不能安装modvendor
使用命令 go install github.com/goware/modvendor@latest才能安装成功
截图或日志(Log)
如何复现(To Reproduce)
使用go get -u github.com/goware/modvendor命令后执行Makefile中的go_mod_vendor出现command modvendor not found报错
问题原因
go get -u 命令只能下载,不能安装
解决方案
使用go install
变更影响面
受影响的模块或功能
外部引用的潜在问题或风险
版本兼容性
测试建议
The text was updated successfully, but these errors were encountered:
版本信息(Version)
main
问题描述(Describe)
Makefile文件中关于modvendor的描述
需要下载modvendor,下载命令:go get -u github.com/goware/modvendor
只能下载,并不能安装modvendor使用命令
go install github.com/goware/modvendor@latest
才能安装成功截图或日志(Log)
如何复现(To Reproduce)
使用
go get -u github.com/goware/modvendor
命令后执行Makefile中的go_mod_vendor出现command modvendor not found
报错问题原因
解决方案
变更影响面
受影响的模块或功能
外部引用的潜在问题或风险
版本兼容性
测试建议
The text was updated successfully, but these errors were encountered: