From 90794dde7788bac7907f62fdde2fe97e96932c7e Mon Sep 17 00:00:00 2001 From: allanwei Date: Tue, 18 May 2021 13:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=92=8C=E6=96=B9=E6=B3=95=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- container/Interface.go | 2 +- container/Method.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container/Interface.go b/container/Interface.go index d5e5d5f..1307869 100644 --- a/container/Interface.go +++ b/container/Interface.go @@ -6,5 +6,5 @@ import ( "reflect" ) -// 接口 +// 接口类型 type Interface reflect.Type diff --git a/container/Method.go b/container/Method.go index 27276ab..dc47fe7 100644 --- a/container/Method.go +++ b/container/Method.go @@ -6,5 +6,5 @@ import ( "reflect" ) -// 方法 +// 方法类型 type Method reflect.Type