From 4810a8666e72981f9fc646fa227e1b1030aaa4f8 Mon Sep 17 00:00:00 2001 From: nquidox Date: Fri, 3 Apr 2026 11:20:53 +0300 Subject: [PATCH] msg change --- messages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages.go b/messages.go index 0f634d1..fd422ab 100644 --- a/messages.go +++ b/messages.go @@ -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")