furdarius / rabbitroutine

Lightweight library that handles RabbitMQ auto-reconnect and publishing retry routine for you.
https://pkg.go.dev/github.com/furdarius/rabbitroutine
MIT License
110 stars 17 forks source link

GO modules #10

Closed alexmatsak closed 4 years ago

alexmatsak commented 4 years ago

Hello! Any future plans for adding module support ?

furdarius commented 4 years ago

Hello! Yep, it could be a good idea :)

I've released v0.6.0 with go modules and upgraded dependencies: https://github.com/furdarius/rabbitroutine/releases/tag/v0.6.0

Thank you for the issue and feel free to give any feedback.