timbray / topfew

Finds the field values (or combinations of values) which appear most often in a stream of records.
GNU General Public License v3.0
188 stars 6 forks source link

Move main to repo root #6

Closed superfell closed 3 years ago

superfell commented 3 years ago

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.

timbray commented 3 years ago

No reason at all, just ignorance.