Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.33.0. - [Commits](https://github.com/golang/net/compare/v0.29.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .ci | ||
| .github/workflows | ||
| examples/getting_started | ||
| rabbitmq_amqp | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
README.md
RabbitMQ AMQP 1.0 .Golang Client
This library is in early stages of development. It is meant to be used with RabbitMQ 4.0.
How to Run
- Start the broker with
./.ci/ubuntu/gha-setup.sh start. Note that this has been tested on Ubuntu 22 with docker. make testto run the tests- Stop RabbitMQ with
./.ci/ubuntu/gha-setup.sh stop
Getting Started
You can find an example in: examples/getting_started