Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix empty api-keys option handling (#40)
As strings.split("", ",") returns []string{""}, an empty api-keys option will cause apmsoak to throw "invalid api keys provided", effectively making api-keys a required option. Fix the handling to ignore empty api-keys.
- Loading branch information