comment update for package gvalid

This commit is contained in:
john
2020-07-12 10:33:24 +08:00
parent 001d524ff7
commit 8efc0ca0ea

View File

@ -12,6 +12,7 @@ import (
)
// defaultMessages is the default error messages.
// Note that these messages are synchronized from ./i18n/en/validation.toml .
var defaultMessages = map[string]string{
"required": "The :attribute field is required",
"required-if": "The :attribute field is required",