This is an automated email from the ASF dual-hosted git repository.
nkurihar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new c247619 style: fix to follow lint error (#824)
c247619 is described below
commit c2476193159f89a92f4da0be50be1e3472616f19
Author: Yuri Mizushima <[email protected]>
AuthorDate: Wed Aug 10 17:51:07 2022 +0900
style: fix to follow lint error (#824)
---
pulsar/internal/commands.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/pulsar/internal/commands.go b/pulsar/internal/commands.go
index 1af837e..94217a5 100644
--- a/pulsar/internal/commands.go
+++ b/pulsar/internal/commands.go
@@ -70,7 +70,6 @@ func NewMessageReaderFromArray(headersAndPayload []byte)
*MessageReader {
// Batch format
// [MAGIC_NUMBER][CHECKSUM] [METADATA_SIZE][METADATA]
[METADATA_SIZE][METADATA][PAYLOAD]
// [METADATA_SIZE][METADATA][PAYLOAD]
-//
type MessageReader struct {
buffer Buffer
// true if we are parsing a batched message - set after parsing the
message metadata