const go/types.Byte

3 uses

	go/types (current package)
		basic.go#L43: 	Byte = Uint8
		conversions.go#L287: 		return t != nil && (t.kind == Byte || t.kind == Rune)
		universe.go#L70: 	{Byte, IsInteger | IsUnsigned, "byte"},