Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace gorilla/mux with net/http's mux #2863

Open
jvoisin opened this issue Sep 28, 2024 · 1 comment
Open

Replace gorilla/mux with net/http's mux #2863

jvoisin opened this issue Sep 28, 2024 · 1 comment

Comments

@jvoisin
Copy link
Contributor

jvoisin commented Sep 28, 2024

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).

I can likely do it if nobody is interested.

@fguillot
Copy link
Member

I can likely do it if nobody is interested.

You can give it a try if you have time. It will require some refactoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants