added simple readme

This commit is contained in:
Stephen McQuay 2015-03-05 07:03:09 -08:00
parent aab2606acb
commit 70169d2489
1 changed files with 7 additions and 0 deletions

7
readme.md Normal file
View File

@ -0,0 +1,7 @@
# gorigin
Have you ever peered into `$GOPATH/bin` only to wonder where all that stuff came from?
As someone who originally came from scripting languages where one could trivially peer into an 'executable' using an editor, the origin of binaries in that folder (specifically if `GOPATH=~`) was completely opaque to me. Not any more!
`gorigin` helps shed light on this by creating a list of binaries in all the `bin` folders in the `GOPATH` and marching through all the `src` folders in the `GOPATH` and reporting when a go package with a package name of `main` matches.