Added go-mq (#3104)

This commit is contained in:
Alex 2020-06-11 19:15:39 +03:00 committed by GitHub
parent 2bbf67a1cb
commit f3d8f6f944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1110,6 +1110,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [EventBus](https://github.com/asaskevich/EventBus) - The lightweight event bus with async compatibility.
* [gaurun-client](https://github.com/osamingo/gaurun-client) - Gaurun Client written in Go.
* [Glue](https://github.com/desertbit/glue) - Robust Go and Javascript Socket Library (Alternative to Socket.io).
* [go-mq](https://github.com/cheshir/go-mq) - RabbitMQ client with declarative configuration.
* [go-notify](https://github.com/TheCreeper/go-notify) - Native implementation of the freedesktop notification spec.
* [go-nsq](https://github.com/nsqio/go-nsq) - the official Go package for NSQ.
* [go-res](https://github.com/jirenius/go-res) - Package for building REST/real-time services where clients are synchronized seamlessly, using NATS and Resgate.