You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A wildcard path handler for /* does not match an empty path (i.e. /). There doesn't seem to be any way to match all paths, including the empty path (since all paths are required to start with /).
Hey, thanks for filing the issue and for the reproduction. Unfortunately I actually haven't been maintaining this library or even using Go for a few years now, so my recommendation would probably be to find another router project that is still actively maintained.
A wildcard path handler for
/*
does not match an empty path (i.e./
). There doesn't seem to be any way to match all paths, including the empty path (since all paths are required to start with/
).https://go.dev/play/p/-frMTiD_l1R
Expected: "found a route"
Actual: "no route found"
The text was updated successfully, but these errors were encountered: