Open jvoisin opened 1 month ago
Go 1.22 improved native routing in net/http, and some projects moved away from gorilla/mux when it was deprecated in 2023 (it's now maintained again).
net/http
gorilla/mux
I can likely do it if nobody is interested.
You can give it a try if you have time. It will require some refactoring.
Ouch, the codebase is indeed articulated around a weird gorilla-specific pattern :/
Go 1.22 improved native routing in
net/http
, and some projects moved away fromgorilla/mux
when it was deprecated in 2023 (it's now maintained again).I can likely do it if nobody is interested.