Skip to content

Commit

Permalink
fix: remove plus path parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mojixcoder committed Jan 1, 2024
1 parent ebdca95 commit e2f7c2f
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 e2f7c2f

Please sign in to comment.