FeatureBaseDB / tools

Tools for development and ops
BSD 3-Clause "New" or "Revised" License
20 stars 14 forks source link

Add threadcount flag to command line and allow for multiple hosts #79

Closed shaqque closed 5 years ago

shaqque commented 5 years ago

This PR adds the --thread-count flag to the command line for imagine and also allows for multiple hosts.

Because the new version takes in a comma-separated string of host addresses, this does not break backwards compatibility with the previous version that only requires one host.

Also some fixes to export some methods and remove annoying go-lint errors.