[x] I have looked at the documentation here first?
[x] I have looked at the examples provided that may showcase my question here?
Package version v10:
Issue, Question or Enhancement:
Field Field1 stringvalidate:"required_without=Field2"`,url, if this field1 is empty, and field2 is not, the validation is failed Error:Key: 'Field1' Error:Field validation for 'Field1' failed on the 'url' tag`
Package version v10:
Issue, Question or Enhancement:
Field
Field1 string
validate:"required_without=Field2"`,url, if this field1 is empty, and field2 is not, the validation is failed Error:
Key: 'Field1' Error:Field validation for 'Field1' failed on the 'url' tag`Code sample, to showcase or reproduce: