go-trigger icon indicating copy to clipboard operation
go-trigger copied to clipboard

A Global event triggerer for golang. Defines functions as event with id string. Trigger the event anywhere from your project.

Results 1 go-trigger issues
Sort by recently updated
recently updated
newest added

I forked your project, and added multiple functions per event. Also I introduced interfaces for Event and Function, which improves speed and adds functionality. The only breaking change is that...

enhancement