Skip to content

Instantly share code, notes, and snippets.

@jondot
Created January 9, 2017 15:56
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jondot/9ad549ad27275b1e1aa388ce2a401010 to your computer and use it in GitHub Desktop.
Save jondot/9ad549ad27275b1e1aa388ce2a401010 to your computer and use it in GitHub Desktop.
#!/bin/sh
eval `go build -work -a 2>&1` && find $WORK -type f -name "*.a" | xargs -I{} du -hxs "{}" | gsort -rh | sed -e s:${WORK}/::g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment