type internal/abi.Kind
8 uses
internal/abi (current package)
type.go#L27: Kind_ Kind // what kind of type this is (string, int, ...)
type.go#L49: type Kind uint8
type.go#L52: Invalid Kind = iota
type.go#L130: KindDirectIface Kind = 1 << 5
type.go#L143: func (k Kind) String() string {
type.go#L196: func (t *Type) Kind() Kind { return t.Kind_ }
internal/reflectlite
type.go#L78: type Kind = abi.Kind
runtime
cgocall.go#L834: func cgoFormatErr(error cgoErrorMsg, kind abi.Kind) errorString {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)