add commander (#2475)

* add commander

* fix linter
This commit is contained in:
Jeroen Rinzema 2019-06-17 17:21:23 +02:00 committed by Bo-Yi Wu
parent ae132116c0
commit b093c76e4a

View File

@ -981,6 +981,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Benthos](https://github.com/Jeffail/benthos) - A message streaming bridge between a range of protocols.
* [Bus](https://github.com/mustafaturan/bus) - Minimalist message bus implementation for internal communication.
* [Centrifugo](https://github.com/centrifugal/centrifugo) - Real-time messaging (Websockets or SockJS) server in Go.
* [Commander](https://github.com/jeroenrinzema/commander) - A high-level event driven consumer/producer supporting various "dialects" such as Apache Kafka.
* [dbus](https://github.com/godbus/dbus) - Native Go bindings for D-Bus.
* [drone-line](https://github.com/appleboy/drone-line) - Sending [Line](https://at.line.me/en) notifications using a binary, docker or Drone CI.
* [emitter](https://github.com/olebedev/emitter) - Emits events using Go way, with wildcard, predicates, cancellation possibilities and many other good wins.