Browse Source

修改了接口类型和方法类型的注释

pull/226/head
allanwei 3 years ago
parent
commit
90794dde77
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      container/Interface.go
  2. +1
    -1
      container/Method.go

+ 1
- 1
container/Interface.go View File

@ -6,5 +6,5 @@ import (
"reflect" "reflect"
) )
// 接口
// 接口类型
type Interface reflect.Type type Interface reflect.Type

+ 1
- 1
container/Method.go View File

@ -6,5 +6,5 @@ import (
"reflect" "reflect"
) )
// 方法
// 方法类型
type Method reflect.Type type Method reflect.Type

Loading…
Cancel
Save