From 9dc7d16f11250f5c1ca2b30dca30f20dc344ce45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Sun, 21 Mar 2021 00:44:14 +0300 Subject: [PATCH] Update fieldErrMsg in errors.go --- errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.go b/errors.go index 63293cf..be5b9af 100644 --- a/errors.go +++ b/errors.go @@ -10,7 +10,7 @@ import ( ) 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