查询go代理服务中包的版本
有的时候,我们需要看下在代理服务(比如https://goproxy.cn等代理)中是否存在指定包,如果存在,它都有哪些版本,以为github.com/darccio/mergo例,可以这样:
curl https://goproxy.cn/github.com/darccio/mergo/@v/list
完。
有的时候,我们需要看下在代理服务(比如https://goproxy.cn等代理)中是否存在指定包,如果存在,它都有哪些版本,以为github.com/darccio/mergo例,可以这样:
curl https://goproxy.cn/github.com/darccio/mergo/@v/list
完。