From b2067fbc8d3e5f6a274e4e6019da87c527b2cd36 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 25 Apr 2023 20:02:41 -0500 Subject: [PATCH] Add clarification comment for binary codec var --- pkg/client/codec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )