reflect.Kind.String (method, view implemented interface methods)
6 uses
reflect (current package)
type.go#L492: func (k Kind) String() string {
value.go#L183: return "reflect: call of " + e.Method + " on " + e.Kind.String() + " Value"
google.golang.org/protobuf/internal/impl
codec_map.go#L317: panic("invalid kind: " + keys[i].Kind().String())
message_opaque_gen.go#L131: panic("unexpected protobuf kind: " + ft.Kind().String())
message_reflect_field_gen.go#L162: panic("unexpected protobuf kind: " + ft.Kind().String())
message_reflect_field_gen.go#L272: panic("unexpected protobuf kind: " + ft.Kind().String())
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)