We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc05a56 commit 7ff62c5Copy full SHA for 7ff62c5
route.go
@@ -3,7 +3,7 @@ package mmbot
3
import "net/http"
4
5
// RouteHandlerFunc is route action function.
6
-type RouteHandlerFunc func(*Robot, http.ResponseWriter, *http.Request) error
+type RouteHandlerFunc func(*Robot, http.ResponseWriter, *http.Request)
7
8
// Route is a HTTP route.
9
type Route struct {
0 commit comments