We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebf2e16 + 63d4c88 commit 9f51e28Copy full SHA for 9f51e28
consume.go
@@ -44,7 +44,7 @@ type Delivery struct {
44
45
// NewConsumer returns a new Consumer connected to the given rabbitmq server
46
// it also starts consuming on the given connection with automatic reconnection handling
47
-// Do do reuse the returned consumer for anything other than to close it
+// Do not reuse the returned consumer for anything other than to close it
48
func NewConsumer(
49
conn *Conn,
50
handler Handler,
0 commit comments