mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] Update gin to v1.9.0 (#1553)
This commit is contained in:
2
vendor/github.com/gin-gonic/gin/binding/form_mapping.go
generated
vendored
2
vendor/github.com/gin-gonic/gin/binding/form_mapping.go
generated
vendored
@ -19,7 +19,7 @@ import (
|
||||
var (
|
||||
errUnknownType = errors.New("unknown type")
|
||||
|
||||
// ErrConvertMapStringSlice can not covert to map[string][]string
|
||||
// ErrConvertMapStringSlice can not convert to map[string][]string
|
||||
ErrConvertMapStringSlice = errors.New("can not convert to map slices of strings")
|
||||
|
||||
// ErrConvertToMapString can not convert to map[string]string
|
||||
|
Reference in New Issue
Block a user