Fixed incorrect path traversal

This commit is contained in:
2025-03-01 14:27:26 +01:00
parent 20945fb424
commit 63655425af
3 changed files with 42 additions and 6 deletions

View File

@ -45,6 +45,7 @@ data := router.LookupNoAlloc("GET", "/users/42", func(key string, value string)
```
PASS: TestStatic
PASS: TestParameter
PASS: TestMixed
PASS: TestWildcard
PASS: TestMap
PASS: TestMethods