Simple tool for learning Go AMQP library.
Uses https://github.com/golang/dep for dependency management.
go get -u github.com/golang/dep/cmd/dep
NOTE: all dependencies committed to the vendor/
directory.
after importing into code, run dep ensure
Use the included docker-compose.yml
file to start a RabbitMQ container:
docker-compose up -d