Minor edits

pull/642/head
Elias Rodrigues 4 years ago
parent 04749bc4d4
commit 55e0f418d6
  1. 5
      validator_instance.go
  2. 416
      validator_test.go

@ -41,9 +41,10 @@ const (
)
var (
timeType = reflect.TypeOf(time.Time{})
timeDurationType = reflect.TypeOf(time.Duration(0))
defaultCField = &cField{namesEqual: true}
timeType = reflect.TypeOf(time.Time{})
defaultCField = &cField{namesEqual: true}
)
// FilterFunc is the type used to filter fields using

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save