about summary refs log tree commit diff
path: root/mooh.go
diff options
context:
space:
mode:
Diffstat (limited to 'mooh.go')
-rw-r--r--mooh.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mooh.go b/mooh.go
index 2bcca75..3733b58 100644
--- a/mooh.go
+++ b/mooh.go
@@ -5,7 +5,7 @@ import (
 	"net/http"
 )
 
-func (self *Dispatcher) ServeHTTP(resp http.ResponseWriter, req *http.Request) {
+func (self *Router) ServeHTTP(resp http.ResponseWriter, req *http.Request) {
 
 	match, err := self.Match(req)