mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-18 06:42:10 +08:00
Update form_mapping.go
This commit is contained in:
parent
5eb55a8059
commit
8728ba2e93
@ -19,7 +19,7 @@ import (
|
|||||||
var (
|
var (
|
||||||
errUnknownType = errors.New("unknown type")
|
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")
|
ErrConvertMapStringSlice = errors.New("can not convert to map slices of strings")
|
||||||
|
|
||||||
// ErrConvertToMapString can not convert to map[string]string
|
// ErrConvertToMapString can not convert to map[string]string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user