Closed jenoudet closed 1 year ago
Isn't this the same as https://github.com/go-playground/validator/pull/939?
@smares No, #939 fixes exluded_if
(do nothing, except if all conditions have been met, then exclude the field) , this PR fixes excluded_unless
(exclude the field, except if all conditions have been met, then do nothing). They serve different purposes.
Fixes Or Enhances
Fixes #1063
Make sure that you've checked the boxes below before you submit PR:
@go-playground/validator-maintainers @deankarn