You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go version
go version go1.9.2 linux/amd64
$ go doc reflect.Type.NumMethod
// NumMethod returns the number of exported methods in the type's method set.func NumMethod() int
由于现在 t.NumMethod 只统计公开方法的数量,所以需要把 S 和 T 的方法名称改成大写。
由于现在 t.NumMethod 只统计公开方法的数量,所以需要把 S 和 T 的方法名称改成大写。
输出
The text was updated successfully, but these errors were encountered: