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 8f2bf82 commit 48b2f2fCopy full SHA for 48b2f2f
echo.go
@@ -626,7 +626,7 @@ func (e *Echo) ServeHTTP(w http.ResponseWriter, r *http.Request) {
626
// Acquire context
627
c := e.pool.Get().(*context)
628
c.Reset(r, w)
629
- var h func(Context) error
+ var h HandlerFunc
630
631
if e.premiddleware == nil {
632
e.findRouter(r.Host).Find(r.Method, GetPath(r), c)
0 commit comments