Skip to content

Instantly share code, notes, and snippets.

@akumbhani66
Created November 28, 2018 13:16
Show Gist options
  • Save akumbhani66/26672d3422b53a050ca8838ce36fc83e to your computer and use it in GitHub Desktop.
Save akumbhani66/26672d3422b53a050ca8838ce36fc83e to your computer and use it in GitHub Desktop.
Go handy commands.
List of dependencies used by project.
go list -f '{{.Deps}}' | tr "[" " " | tr "]" " " | xargs go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment