Hacker News new | ask | show | jobs
by ejefz 2501 days ago
I didn't like Gin because they don't let you use whatever routes you want. Something like /:category/:product and /user/:name (notice no ":") is not admissible because ":category" in the first route clashes with "user" in the second route (wtf?)
1 comments

I've definitely been bitten by this and the work around is pretty hacky.