diff --git a/pkg/client/codec.go b/pkg/client/codec.go index 82cb2c0..2bded42 100644 --- a/pkg/client/codec.go +++ b/pkg/client/codec.go @@ -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 )