Add clarification comment for binary codec var
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user