asaf opened this issue 4 years ago · 0 comments
Hey,
a validation such as below won't work, seems like the nonnil func does not handle functions right.
nonnil
type Foo { Func func() `validate:"nonnil"` }