emitter
emitter copied to clipboard
Emits events in Go way, with wildcard, predicates, cancellation possibilities and many other good wins
Correct me if I'm wrong, but it seems that the below example that's currently on the README.md has a small chance of panicking. ```go done := e.Emit("broadcast", "the", "event", "with",...
Hello, I had a project where I was using your library, but needed different matching than path.Match (our strings have "/" in them, but are not paths). So I pulled...
Not sure if the build list is supposed to be empty, or if the Oracle acquisition of Wercker maybe messed some things up, but currently Emitter has no build history.
There is example: https://play.golang.org/p/d0jXdhwwfrU Output: ``` *: Event received: a a: Event received: a ```