Skip to content

Commit 7ff62c5

Browse files
committed
Fix RouteHandlerFunc
1 parent dc05a56 commit 7ff62c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

route.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package mmbot
33
import "net/http"
44

55
// RouteHandlerFunc is route action function.
6-
type RouteHandlerFunc func(*Robot, http.ResponseWriter, *http.Request) error
6+
type RouteHandlerFunc func(*Robot, http.ResponseWriter, *http.Request)
77

88
// Route is a HTTP route.
99
type Route struct {

0 commit comments

Comments
 (0)