msg change
This commit is contained in:
parent
f23b388689
commit
4810a8666e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ package rabbit
|
|||
import "errors"
|
||||
|
||||
var (
|
||||
errNoAddr = errors.New("no address")
|
||||
errBadAddr = errors.New("bad address")
|
||||
errNoQueue = errors.New("no queue")
|
||||
errNotConnected = errors.New("not connected to a server")
|
||||
errAlreadyClosed = errors.New("already closed: not connected to the server")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue