1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-09 01:15:54 +02:00
This commit is contained in:
Vishal Rana
2016-03-09 23:24:48 -08:00

View File

@ -80,5 +80,5 @@ type (
) )
func (h HandlerFunc) ServeHTTP(req Request, res Response) { func (h HandlerFunc) ServeHTTP(req Request, res Response) {
h.ServeHTTP(req, res) h(req, res)
} }