Skip to content

Commit 986972e

Browse files
authored
fix: remove plus path parameter (#58)
* 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
1 parent 58f35f4 commit 986972e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tree.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ var (
1717
const (
1818
paramPrefix = "{"
1919
paramSuffix = "}"
20-
plusParamPrefix = paramPrefix + "+"
2120
starParamPrefix = paramPrefix + "*"
2221
)
2322

0 commit comments

Comments
 (0)