We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f9637 commit 912fcd1Copy full SHA for 912fcd1
translations/en/en_test.go
@@ -141,13 +141,10 @@ func TestTranslations(t *testing.T) {
141
UniqueSlice []string `validate:"unique"`
142
UniqueArray [3]string `validate:"unique"`
143
UniqueMap map[string]string `validate:"unique"`
144
-<<<<<<< HEAD
145
JSONString string `validate:"json"`
146
LowercaseString string `validate:"lowercase"`
147
UppercaseString string `validate:"uppercase"`
148
-=======
149
Datetime string `validate:"datetime=2006-01-02"`
150
->>>>>>> Add datetime validation
151
}
152
153
var test Test
0 commit comments