Open oshankkumar opened 3 years ago
required tag is not validating interface with nil value
Add required tag on a field of interface type
required tag should report error if field is of interface kind with nil value
Hello guys! I forked this package cause owner disappeared. Hope, he will be back, but it would be easier to merge these changes back if he is back Link to my repo: create issue there and we'll discuss it.
Bug Report
Summary
required tag is not validating interface with nil value
Current behavior
How to reproduce
Add required tag on a field of interface type
Expected behavior
required tag should report error if field is of interface kind with nil value