internal/reflectlite.Value.Kind (method)
4 uses
internal/reflectlite (current package)
swapper.go#L19: if v.Kind() != Slice {
swapper.go#L20: panic(&ValueError{Method: "Swapper", Kind: v.Kind()})
value.go#L321: func (v Value) Kind() Kind {
value.go#L429: if v.Kind() == abi.Interface && v.IsNil() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)