Skip to content

Instantly share code, notes, and snippets.

@nasermirzaei89
Created December 22, 2016 00:16
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 nasermirzaei89/7ebf2a84078dd3939b8ce58dda2ec830 to your computer and use it in GitHub Desktop.
Save nasermirzaei89/7ebf2a84078dd3939b8ce58dda2ec830 to your computer and use it in GitHub Desktop.
How to see what packages my app imports
go list -f '{{join .Deps "\n"}}' | 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