-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Currently, the default error message is:
fieldErrMsg = "Key: \"%s\" Error:Field validation for \"%s\" failed on the \"%s\" tag"`Could you just replace the double quotes by simple ones to be more JSON friendly and to avoid the /" everywhere when marshaled ?
Just:
fieldErrMsg = "Key: '%s' Error:Field validation for '%s' failed on the '%s' tag"`Amazing work on the validator by the way.