miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.97k stars 728 forks source link

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

Open jvoisin opened 1 month ago

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

I can likely do it if nobody is interested.

fguillot commented 1 month ago

I can likely do it if nobody is interested.

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

jvoisin commented 1 week ago

Ouch, the codebase is indeed articulated around a weird gorilla-specific pattern :/