Skip to content

Instantly share code, notes, and snippets.

@marshyski
Last active August 29, 2015 14:20
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 marshyski/2e66dbab5021261a0363 to your computer and use it in GitHub Desktop.
Save marshyski/2e66dbab5021261a0363 to your computer and use it in GitHub Desktop.
Build a Gofile for go-getter
# If you have an existing go project
# cd into src and run below command
cd $GOPATH/src && for x in `find github.com | grep '.git/refs/heads/master'`; do echo "`echo $x | awk -F'/.git' '{print $1}'` `cat $x`"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment