PostHog / posthog-go

Official PostHog Go library
MIT License
20 stars 17 forks source link

fix(flags): Don't match unknown operators #24

Closed neilkakkar closed 7 months ago

neilkakkar commented 7 months ago

When the operator type is unknown, raise inconclusive match error, so we don't incorrectly match on unknown operator types, which is pretty important for when we extend flags to support more operators.