test support go1.18 (#2990)
This commit is contained in:
@@ -76,7 +76,7 @@ func TestFormMultipartBindingBindError(t *testing.T) {
|
||||
|
||||
for _, tt := range []struct {
|
||||
name string
|
||||
s interface{}
|
||||
s any
|
||||
}{
|
||||
{"wrong type", &struct {
|
||||
Files int `form:"file"`
|
||||
|
||||
Reference in New Issue
Block a user