wagslane / go-rabbitmq

A wrapper of streadway/amqp that provides reconnection logic and sane defaults
https://blog.boot.dev/golang/connecting-to-rabbitmq-in-golang-easy/
MIT License
772 stars 126 forks source link

Update README.md #68

Closed ardinusawan closed 2 years ago

ardinusawan commented 2 years ago

On default options, rename amqp.Config{} to amqp091.Config{}

wagslane commented 2 years ago

All the examples in the examples folder use this alias: amqp "github.com/rabbitmq/amqp091-go" I'm not sure it will be less confusing this way

ardinusawan commented 2 years ago

Understood but it show inconsistency with others line

image