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/default_validator.go
generated
vendored
2
vendor/github.com/gin-gonic/gin/binding/default_validator.go
generated
vendored
@ -43,7 +43,7 @@ func (err SliceValidationError) Error() string {
|
||||
}
|
||||
}
|
||||
|
||||
var _ StructValidator = &defaultValidator{}
|
||||
var _ StructValidator = (*defaultValidator)(nil)
|
||||
|
||||
// ValidateStruct receives any kind of type, but only performed struct or pointer to struct type.
|
||||
func (v *defaultValidator) ValidateStruct(obj any) error {
|
||||
|
Reference in New Issue
Block a user