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 35184a8 commit a97d4bfCopy full SHA for a97d4bf
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