From 18651551812f8a689401137232cd4461b43caf6c Mon Sep 17 00:00:00 2001 From: Gerasimos Maropoulos Date: Tue, 6 Sep 2016 23:21:46 +0300 Subject: [PATCH] Add go-events --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06029737..c7eae96a 100644 --- a/README.md +++ b/README.md @@ -570,6 +570,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [dbus](https://github.com/godbus/dbus) - Native Go bindings for D-Bus. * [emitter](https://github.com/olebedev/emitter) - Emits events using Go way, with wildcard, predicates, cancellation possibilities and many other good wins. * [EventBus](https://github.com/asaskevich/EventBus) - The lightweight event bus with async compatibility. +* [go-events](https://github.com/kataras/go-events) - Simple Nodejs-style EventEmmiter for Go. * [go-longpoll](https://github.com/ventu-io/go-longpoll) - PubSub with long polling. * [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