someguy@lemmyland.com to Go programming language discussion@lemmy.mlEnglish · 1 year agoThe Gorilla toolkit has maintainers againgorilla.github.ioexternal-linkmessage-square3fedilinkarrow-up114arrow-down10
arrow-up114arrow-down1external-linkThe Gorilla toolkit has maintainers againgorilla.github.iosomeguy@lemmyland.com to Go programming language discussion@lemmy.mlEnglish · 1 year agomessage-square3fedilink
minus-squareCodeBlooded@programming.devlinkfedilinkEnglisharrow-up2·1 year agoThe 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?
minus-squareWilk@masto.bikelinkfedilinkarrow-up1·1 year ago@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
minus-squareCodeBlooded@programming.devlinkfedilinkEnglisharrow-up2·1 year agoI 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!
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?
@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
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!