We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc55751 commit 7458d8aCopy full SHA for 7458d8a
1 file changed
doc.go
@@ -276,9 +276,6 @@ Examples:
276
// require the field if the Field1 and Field2 is equal to the value respectively:
277
Usage: required_if=Field1 foo Field2 bar
278
279
- // INVALID: duplicate field names will cause a panic error:
280
- Usage: required_if=Field1 foo Field1 bar
281
-
282
# Required Unless
283
284
The field under validation must be present and not empty unless all
0 commit comments