golang, libgolang: Add byte / rune types
Those types are the base when working with byte- and unicode strings. It will be clearer to use them explicitly instead of uint8_t and int32_t when processing string.
Showing
Please register or sign in to comment