Skip to content

Instantly share code, notes, and snippets.

@zelenko
Last active January 17, 2018 16:27
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 zelenko/997242c866b94a41d74b05bbd683b8d3 to your computer and use it in GitHub Desktop.
Save zelenko/997242c866b94a41d74b05bbd683b8d3 to your computer and use it in GitHub Desktop.
How to list all downloaded Go packages?
# https://gistlog.co/zelenko/997242c866b94a41d74b05bbd683b8d3
preview: To see a list of downloaded Go packages use this command:

To see a list of downloaded Go packages use this command: go list all

To see Go environmental variables the command is: go env

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment