abner

Results 2 comments of abner

try this example ```go package main import ( "log" "reflect" "github.com/go-playground/validator/v10" "github.com/shopspring/decimal" ) // use a single instance of Validate, it caches struct info var validate *validator.Validate type Item struct...

try this https://github.com/go-playground/validator/issues/515#issuecomment-1235164600