const reflect.Uint8

45 uses

	reflect (current package)
		abi.go#L202: 	case Bool, Int, Uint, Int8, Uint8, Int16, Uint16, Int32, Uint32, Uintptr:
		deepequal.go#L109: 		if v1.Type().Elem().Kind() == Uint8 {
		deepequal.go#L161: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		type.go#L252: 	Uint8
		type.go#L457: 	Uint8:         "uint8",
		type.go#L1879: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
		type.go#L1903: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
		value.go#L1438: 		fl := v.flag.ro() | flag(Uint8) | flagIndir
		value.go#L1588: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L1661: 	case Uint8:
		value.go#L2118: 	case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
		value.go#L2285: 	if toRType(v.typ()).Elem().Kind() != Uint8 { // TODO add Elem method, fix mustBe(Slice) to return slice.
		value.go#L2437: 	case Uint8:
		value.go#L2666: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2681: 	case Uint8:
		value.go#L3418: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3465: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3473: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3475: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3487: 		case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3502: 			case Uint8:
		value.go#L3512: 			case Uint8:

	encoding/asn1
		asn1.go#L949: 		if sliceType.Elem().Kind() == reflect.Uint8 {
		common.go#L174: 		if t.Elem().Kind() == reflect.Uint8 {
		marshal.go#L537: 		if sliceType.Elem().Kind() == reflect.Uint8 {

	encoding/binary
		binary.go#L521: 		reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64,
		binary.go#L656: 	case reflect.Uint8:
		binary.go#L724: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		binary.go#L726: 		case reflect.Uint8:

	encoding/json
		decode.go#L634: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L784: 				case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L932: 			if v.Type().Elem().Kind() != reflect.Uint8 {
		decode.go#L996: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L312: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L403: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L769: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L828: 	if t.Elem().Kind() == reflect.Uint8 {
		encode.go#L956: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L1139: 						reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,

	fmt
		print.go#L793: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		print.go#L873: 			if t.Elem().Kind() == reflect.Uint8 {
		print.go#L949: 			case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		scan.go#L1029: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		scan.go#L1036: 			if typ.Elem().Kind() != reflect.Uint8 {

	internal/fmtsort
		sort.go#L94: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr: