Skip to content

Commit

Permalink
fix: remove plus path parameter (#58)
Browse files Browse the repository at this point in the history
* feat: added clone method to context

* fix: remove a redundant file

* feat: added route name

* fix: fix broken tests

* chore: update kid version

* fix: remove plus path parameter
  • Loading branch information
mojixcoder authored Jan 1, 2024
1 parent 58f35f4 commit 986972e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ var (
const (
paramPrefix = "{"
paramSuffix = "}"
plusParamPrefix = paramPrefix + "+"
starParamPrefix = paramPrefix + "*"
)

Expand Down

0 comments on commit 986972e

Please sign in to comment.