Go mod 使用指定包版本 2022-05-07 19:07:50 浏览数 (1) 使用命令 ,指定版本号即可代码语言:javascript复制go get github.com/xxx/xxx@1.0.0如果使用的模块项目没有发布新的版本,那么可以使用 git commit SHA代码语言:javascript复制go get github.com/xxx/xxx@29e8191aff2174cb56888658b4afd6a7940a9b3e git commit sha 0 人点赞 上一篇:分享雷军22年前编写的代码