Update fieldErrMsg in errors.go

pull/740/head
Vic Shóstak 4 years ago committed by GitHub
parent f6584a41c8
commit 9dc7d16f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      errors.go

@ -10,7 +10,7 @@ import (
) )
const ( const (
fieldErrMsg = "Key: '%s' Error:Field validation for '%s' failed on the '%s' tag" fieldErrMsg = "key: '%s', error: field validation for '%s' failed on the '%s' tag"
) )
// ValidationErrorsTranslations is the translation return type // ValidationErrorsTranslations is the translation return type

Loading…
Cancel
Save