1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 17:03:42 +00:00

🔧 remove ctx.matched things

This commit is contained in:
kiyon 2020-07-07 23:28:27 +08:00
parent 28f2a34d5c
commit b4756f7ae1

1
ctx.go
View File

@ -44,7 +44,6 @@ type Ctx struct {
values []string // Route parameter values
err error // Contains error if passed to Next
Fasthttp *fasthttp.RequestCtx // Reference to *fasthttp.RequestCtx
matched bool // Non use handler matched
}
// Range data for ctx.Range