added amqp error

alpha v1.0.20
alex 2023-01-08 16:15:31 +01:00
parent ea413d63e4
commit 627b994275
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 *amqp.Error
AmqpError = amqp.Error{}
)
const (