cubonguilty

Results 1 issues of cubonguilty

I'm using the go-playground/validator library in Go, with the StopOnError=true setting enabled. During validation, I want to determine which field failed the validation and why. For example: `type SomeStruct struct...

question