Update form_mapping.go

This commit is contained in:
heige 2021-04-29 13:29:16 +08:00 committed by GitHub
parent 5eb55a8059
commit 8728ba2e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ import (
var (
errUnknownType = errors.New("unknown type")
// ErrConvertMapStringSlice covert to map[string][]string
// ErrConvertMapStringSlice can not covert to map[string][]string
ErrConvertMapStringSlice = errors.New("can not convert to map slices of strings")
// ErrConvertToMapString can not convert to map[string]string