diff --git a/syntax/std_seq.go b/syntax/std_seq.go index cc61e52e..7ae49ef7 100644 --- a/syntax/std_seq.go +++ b/syntax/std_seq.go @@ -176,6 +176,6 @@ var ( ) type typeMethod struct { - t reflect.Type - api string + t reflect.Type + apiName string }