Typo: renamed DefualtHandler to DefaultHandler
This commit is contained in:
@@ -221,6 +221,7 @@ func findMatch(mux map[string]func(Event), path string) string {
|
||||
return pattern
|
||||
|
||||
}
|
||||
|
||||
// Remove all existing defined Handlers from the map
|
||||
func (es *EvtStream) ResetHandlers() {
|
||||
for Path, _ := range es.Handlers {
|
||||
@@ -309,7 +310,7 @@ func NewTimerCh(du time.Duration) chan Event {
|
||||
return t
|
||||
}
|
||||
|
||||
var DefualtHandler = func(e Event) {
|
||||
var DefaultHandler = func(e Event) {
|
||||
}
|
||||
|
||||
var usrEvtCh = make(chan Event)
|
||||
|
||||
Reference in New Issue
Block a user