Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1023 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 1023 Bytes

emitr

Emitr is a simple event emitter library package for Golang.

Features

  • Add multiple callback functions
  • Group callback functions by name
  • Run callback functions by event name
  • Add callback functions which are run only once
  • Add callback functions which are run on every event

Installation

go get github.com/abcum/emitr