Go's byte type is alias for uint8

Strings are []byte, and byte is alias for uint8. So a string is []uint8.