fix bug: typo
This commit is contained in:
parent
afc80e9f79
commit
0906963f8a
@ -107,7 +107,7 @@ func (r *Result) Message(message string, args ...interface{}) *Result {
|
|||||||
// A Validation context manages data validation and error messages.
|
// A Validation context manages data validation and error messages.
|
||||||
type Validation struct {
|
type Validation struct {
|
||||||
// if this field set true, in struct tag valid
|
// if this field set true, in struct tag valid
|
||||||
// if the struct field vale is empty
|
// if the struct field value is empty
|
||||||
// it will skip those valid functions, see CanSkipFuncs
|
// it will skip those valid functions, see CanSkipFuncs
|
||||||
RequiredFirst bool
|
RequiredFirst bool
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user