Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 403 Bytes

Go event emitter

Eventing library for easily emitting and listening to events. Listeners have the option to listen to a specific event type or to any event being fired. You also have the option to add a trigger-once listener that automatically removes itself after firing once.

Documentation

Take a look at the autogenerated documentation:

https://godoc.org/github.com/vansante/go-event-emitter