gobin icon indicating copy to clipboard operation
gobin copied to clipboard

enhancement: list versions

Open myitcv opened this issue 5 years ago • 0 comments

Would effectively be the equivalent of:

GOPROXY=file://$GOPATH/pkg/mod/cache/download go list -m -versions $module

i.e. would be local only.

With the -g flag it would be the equivalent of:

go list -m -versions $module

i.e. hit the network.

myitcv avatar Oct 23 '18 10:10 myitcv