package validation // ProvideValidator provides a Validator instance func ProvideValidator() *Validator { return NewValidator() }