reflect.Kind.String (method)
6 uses
reflect (current package)
type.go#L591: func (k Kind) String() string {
value.go#L168: return "reflect: call of " + e.Method + " on " + e.Kind.String() + " Value"
github.com/google/go-cmp/cmp
report_slices.go#L262: vx, vy, chunkSize, t.Elem().Kind().String(),
github.com/google/go-cmp/cmp/internal/value
name.go#L43: b = append(b, k.String()...)
name.go#L154: panic("invalid kind: " + k.String())
google.golang.org/protobuf/internal/impl
codec_map.go#L301: panic("invalid kind: " + keys[i].Kind().String())
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |