Georgi Stoykov

Results 1 comments of Georgi Stoykov

I confirm this behave However this should do the trick ```go v := validator.New() v.RegisterTagNameFunc(func(fld reflect.StructField) string { name := strings.SplitN(fld.Tag.Get("json"), ",", 2)[0] if name == "-" { return ""...