From 2a6453a4c0f59c1eb0b2a40dd84ed5290e244b7d Mon Sep 17 00:00:00 2001 From: Zhang Eric Date: Tue, 12 May 2020 14:35:47 +0800 Subject: [PATCH] #234 Check main body of changes. --- syntax/std_seq.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }