Skip to content

Commit 27b404b

Browse files
remove unused notFoundHandler in echo struct (#2102)
* remove unused notFoundHandler in echo
1 parent 6cb3b7c commit 27b404b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

echo.go

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ type (
7575
maxParam *int
7676
router *Router
7777
routers map[string]*Router
78-
notFoundHandler HandlerFunc
7978
pool sync.Pool
8079
Server *http.Server
8180
TLSServer *http.Server

0 commit comments

Comments
 (0)