Skip to content

Instantly share code, notes, and snippets.

@r10r
Last active December 7, 2017 13:50
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 r10r/0b3ed6ca3a61d88793f1a4a36dff0213 to your computer and use it in GitHub Desktop.
Save r10r/0b3ed6ca3a61d88793f1a4a36dff0213 to your computer and use it in GitHub Desktop.
Golang Cheatsheet

List external dependencies

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