Which type is a rune an alias for?
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.
byte
char
int32