streadway / amqp

Go client for AMQP 0.9.1
http://godoc.org/github.com/streadway/amqp
BSD 2-Clause "Simplified" License
4.88k stars 621 forks source link

QueueBind documentation fix #350

Closed avisnakovs closed 5 years ago

avisnakovs commented 6 years ago

Small documentation error - when noWait is true, it is assumed that queue exists, so it wouldn't close channel with an error.

michaelklishin commented 5 years ago

Thank you!