Created
December 22, 2016 00:16
-
-
Save nasermirzaei89/7ebf2a84078dd3939b8ce58dda2ec830 to your computer and use it in GitHub Desktop.
How to see what packages my app imports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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