Hello everyone,
i'm confused that protobuf is using string/ByteString for bytes in all supported language except golang. In golang , [ ] byte is used for bytes.
why the difference ?
is string sutiable for hold arbitrary byte array ?
any clue about this would be really appreciated !
Thanks