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#L319: func (v Value) Kind() Kind {
value.go#L428: if v.Kind() == Interface && v.IsNil() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)