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

View File

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