type reflect.Kind

34 uses

	reflect (current package)
		abi.go#L199: 	switch Kind(t.Kind()) {
		badlinkname.go#L88: func badlinkname_rtype_Kind(*rtype) Kind
		type.go#L104: 	Kind() Kind
		type.go#L271: type Kind uint
		type.go#L274: 	Invalid Kind = iota
		type.go#L460: func (k Kind) String() string {
		type.go#L594: func (t *rtype) Kind() Kind { return Kind(t.t.Kind()) }
		type.go#L1553: 	kind := Kind(T.Kind())
		type.go#L1554: 	if kind != Kind(V.Kind()) {
		type.go#L1731: 	kind  Kind
		type.go#L1972: 	switch Kind(t.Kind()) {
		type.go#L1996: 	switch Kind(t.Kind()) {
		type.go#L2023: 	switch Kind(t.Kind()) {
		type.go#L2236: 			switch Kind(f.Typ.Kind()) {
		type.go#L2821: 	switch Kind(t.Kind_ & abi.KindMask) {
		value.go#L85: func (f flag) kind() Kind {
		value.go#L86: 	return Kind(f & flagKindMask)
		value.go#L176: 	Kind   Kind
		value.go#L218: func (f flag) mustBe(expected Kind) {
		value.go#L220: 	if Kind(f&flagKindMask) != expected {
		value.go#L1750: func (v Value) Kind() Kind {
		value.go#L3227: 	switch Kind(src.Kind()) {
		value.go#L3229: 		switch Kind(dst.Kind()) {
		value.go#L3239: 		switch Kind(dst.Kind()) {
		value.go#L3249: 		switch Kind(dst.Kind()) {
		value.go#L3259: 		switch Kind(dst.Kind()) {
		value.go#L3266: 			switch Kind(dst.Elem().Kind()) {
		value.go#L3276: 			switch Kind(src.Elem().Kind()) {

	encoding/asn1
		asn1.go#L990: func canHaveDefaultValue(k reflect.Kind) bool {

	github.com/google/go-cmp/cmp
		report_compare.go#L111: 	var parentKind reflect.Kind
		report_compare.go#L204: func (opts formatOptions) formatDiffList(recs []reportRecord, k reflect.Kind, ptrs *pointerReferences) textNode {
		report_reflect.go#L114: func (opts formatOptions) FormatValue(v reflect.Value, parentKind reflect.Kind, ptrs *pointerReferences) (out textNode) {

	text/template
		funcs.go#L177: func intLike(typ reflect.Kind) bool {