c/golang · by someguy@lemmyland.com · 3yThe Gorilla toolkit has maintainers again https://gorilla.github.io/blog/2023-07-17-project-status-update/14 points · 3 comments · view on lemmy.world
3 Comments
CodeBlooded@programming.dev · 2 pts · 3y
The package being abandoned scared me away from it when reaching for a router for the first time. I ended up using Chi.
Can anyone here speak to any benefits that Gorilla would have over Chi?
wilk@masto.bike · 1 pts · 3y
@CodeBlooded Gorilla is not more abandoned. Anyway a proposal will add PathValue and make Chi and GorillaMux useless. https://github.com/golang/go/issues/61410
CodeBlooded@programming.dev · 2 pts · 3y
I know it’s not abandoned now, but the fact that it fell through just leaves me feeling “meh” about going out of my way to pick it up. (Unless someone can convince of why it might be wise to!)
Interesting proposal, thanks for sharing!