Per review feedback on PR #17, comment #137: use map[string]struct{} (set semantics) instead of map[string]bool for the ORDER BY field whitelist. Updates the lookup to comma-ok idiom.
Per review feedback on PR #17, comment #137: use map[string]struct{} (set semantics) instead of map[string]bool for the ORDER BY field whitelist. Updates the lookup to comma-ok idiom.