asaskevich / govalidator

[Go] Package of validators and sanitizers for strings, numerics, slices and structs
MIT License
6k stars 556 forks source link

Fix struct validation for slices of struct-pointers #415

Open boyvinall opened 3 years ago

boyvinall commented 3 years ago

Fix for asaskevich/govalidator#414

boyvinall commented 3 years ago

Little bump on this, there's a fix here with tests that fail without it. Thanks for the library! 😀

sergeyglazyrindev commented 2 years ago

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.