瀏覽代碼

go fmt fixes

Varun 6 年之前
父節點
當前提交
bd269872c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sarama.go

+ 1 - 1
sarama.go

@@ -10,7 +10,7 @@ useful but comes with two caveats: it will generally be less efficient, and the
 depend on the configured value of `Producer.RequiredAcks`. There are configurations where a message acknowledged by the
 SyncProducer can still sometimes be lost.
 
-To consume messages, use Consumer or Consumer-Group API. 
+To consume messages, use Consumer or Consumer-Group API.
 
 For lower-level needs, the Broker and Request/Response objects permit precise control over each connection
 and message sent on the wire; the Client provides higher-level metadata management that is shared between