1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00

remove unused notFoundHandler in echo struct (#2102)

* remove unused notFoundHandler in echo
This commit is contained in:
eric 2022-02-23 19:28:20 +08:00 committed by GitHub
parent 6cb3b7c046
commit 27b404bbc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,6 @@ type (
maxParam *int
router *Router
routers map[string]*Router
notFoundHandler HandlerFunc
pool sync.Pool
Server *http.Server
TLSServer *http.Server