Closed blind-oracle closed 6 years ago
This fixes https://github.com/asaskevich/govalidator/issues/210 The diff is quite big because gofmt went through the test file.
Strange thing that test had substructs as pointers, but in fact, the validation of these structs didn't work. I've added another example to the test to verify exactly this.
This change is
This fixes https://github.com/asaskevich/govalidator/issues/210 The diff is quite big because gofmt went through the test file.
Strange thing that test had substructs as pointers, but in fact, the validation of these structs didn't work. I've added another example to the test to verify exactly this.
This change is