Add clarification comment for binary codec var

This commit is contained in:
Dan Sosedoff 2023-04-25 20:02:41 -05:00
parent f037a4b0d2
commit b2067fbc8d
No known key found for this signature in database
GPG Key ID: 26186197D282B164

View File

@ -16,7 +16,7 @@ const (
)
var (
// BinaryEncodingFormat specifies the default serialization format of binary data
// BinaryCodec sets the serialization format of binary data
BinaryCodec = CodecBase64
)