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.
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.