GitClassic
Feed
Explore
Random
Go Pro
Sign in
go-chi
/
chi
Code
/
Commits
/ 6ceb498
Fix `Mux.Find` not correctly handling nested routes (#954)
* Fix Mux.Find not correctly handling nested routes * Add more test cases for TextMuxFind * Fix Mux.Find returning partial path for failing cases
Joseph Riddle
committed on Sep 26, 2024, 05:44 PM
Showing
2
changed files
+60 additions
-11 deletions
M
mux.go
+14
-7
M
mux_test.go
+46
-4
Browse files at this commit โ