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