DEV Community

Discussion on: Working With RabbitMQ in Golang

Collapse
 
cheshir profile image
Alex

Good intro to rabbit in go. To avoid boilerplate code and complexity of handling errors I use go-mq package: github.com/cheshir/go-mq/blob/mast...