Skip to content

Commit

Permalink
Remove warning from using positional fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jul 23, 2024
1 parent 817b481 commit 31e80e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion router.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ type Route struct {
Params []string `json:"params"` // Case sensitive param keys
Handlers []Handler `json:"-"` // Ctx handlers
routeParser routeParser // Parameter parser
// ### important: always keep in sync with the copy method "app.copyRoute" ###
// Data for routing
pos uint32 // Position in stack -> important for the sort of the matched routes
use bool // USE matches path prefixes
Expand Down

0 comments on commit 31e80e8

Please sign in to comment.