added amqp error

alpha v1.0.18
alex 2023-01-08 16:13:14 +01:00
parent 1c53ebf55f
commit bb6fbaa945
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ var (
errAlreadyClosed = errors.New("already closed: not connected to the server")
errShutdown = errors.New("client is shutting down")
AmqpError chan *amqp.Error
AmqpError amqp.Error
)
const (