go-zoo/bone

Catch all route

Closed this issue · 2 comments

vahe commented

There doesn't seem to be a way to catch all routes, eg: mux.Get("/users/*", handler). I've tried using a regexp too, but it only matches till the next /. Any plans to implement it?

I'm gonna look at this, I could probably implement it this week !

It's should work now ! :)