Which type is a rune an alias for?
char
byte
int32
string
The Go language defines the word rune as an alias for the type int32, so programs can be clear when an integer value represents a code point.