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 04749bc commit 55e0f41Copy full SHA for 55e0f41
validator_instance.go
@@ -41,9 +41,10 @@ const (
41
)
42
43
var (
44
- timeType = reflect.TypeOf(time.Time{})
45
timeDurationType = reflect.TypeOf(time.Duration(0))
46
- defaultCField = &cField{namesEqual: true}
+ timeType = reflect.TypeOf(time.Time{})
+
47
+ defaultCField = &cField{namesEqual: true}
48
49
50
// FilterFunc is the type used to filter fields using
0 commit comments