We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282abdf commit 5f35962Copy full SHA for 5f35962
accounts/abi/bind/bind_extra.go
@@ -61,7 +61,7 @@ func bindTypeNewGo(kind abi.Type, structs map[string]*tmplStruct) string {
61
}
62
63
64
-func mkList(args ...interface{}) []interface{} {
+func mkList(args ...any) []any {
65
return args
66
67
0 commit comments