A simple EventEmitter implementation in Go, using channels and Goroutines.
Stars
21
Forks
3
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
34
commits
Added some comments to Response
3e42a20
Renamed NewEventEmitter() to just New()
58558d4
Merged in master
ad92fc1
Made events private
8c64f13
Made channel receive only.
891f367
Added content for example function
b082c2d
Added Init() example.
cd8f1ad
Converted a test to an example.
f7dffa5
Renamed test to be shown alongside the right method.
99e4022
Renamed test
be6aed7
Added example for Emit arguments.
71da472
Moved example to its own file.
242dca0
Added build status to README.
6ef8731
Formatted source files
7b30dd9
Fixed triggering of listeners
8d950f4