Skip to content

Instantly share code, notes, and snippets.

@udhos
Created March 20, 2019 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save udhos/cbd8f5361f82bcccbc6b4059a606f206 to your computer and use it in GitHub Desktop.
Save udhos/cbd8f5361f82bcccbc6b4059a606f206 to your computer and use it in GitHub Desktop.
golang_list_available_module_versions
$ go list -m -versions rsc.io/sampler
rsc.io/sampler v1.0.0 v1.2.0 v1.2.1 v1.3.0 v1.3.1 v1.99.99
$
https://blog.golang.org/using-go-modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment