This aligns the structure of the repo better with the regular go conventions, and allows the go tools to be used directly from the repo root. I updated the Makefile to reflect the shuffle, so it can still be used. One outcome of this would be that its installable using go get -u github.com/timbray/topfew. Wasn't sure if you were tied to the existing structure for a particular reason.
This aligns the structure of the repo better with the regular go conventions, and allows the go tools to be used directly from the repo root. I updated the Makefile to reflect the shuffle, so it can still be used. One outcome of this would be that its installable using
go get -u github.com/timbray/topfew
. Wasn't sure if you were tied to the existing structure for a particular reason.