const go/types.Uint8

12 uses

	go/types (current package)
		basic.go#L21: 	Uint8
		basic.go#L43: 	Byte = Uint8
		expr.go#L317: 			case Uint8:
		sizes.go#L115: 	Uint8:      1,
		universe.go#L48: 	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
		bimport.go#L1009: 			types.Typ[types.Uint8],
		iimport.go#L640: 	case types.Int8, types.Uint8: