const go/types.Uint8

12 uses

	go/types (current package)
		basic.go#L24: 	Uint8
		basic.go#L46: 	Byte = Uint8
		const.go#L111: 			case Uint8:
		sizes.go#L157: 	Uint8:      1,
		universe.go#L52: 	Uint8:         {Uint8, IsInteger | IsUnsigned, "uint8"},

	golang.org/x/exp/apidiff
		compatibility.go#L74: 	{types.Uint8, types.Uint16}:         true,
		compatibility.go#L75: 	{types.Uint8, types.Uint32}:         true,
		compatibility.go#L76: 	{types.Uint8, types.Uint}:           true,
		compatibility.go#L77: 	{types.Uint8, types.Uint64}:         true,

	golang.org/x/tools/internal/gcimporter
		iimport.go#L741: 	case types.Int8, types.Uint8:
		predeclared.go#L41: 		types.Typ[types.Uint8],