@toby3d I’ve always used gin, (because of it’s simplicity) and haven’t come across anything strange 🤷♂️
And for super specific stuff you can always add router group middleware
Top-level
@toby3d I’ve always used gin, (because of it’s simplicity) and haven’t come across anything strange 🤷♂️ And for super specific stuff you can always add router group middleware 1 comment
|
@lil5 I don't need a whole external dependency just to work with the simple router. The same http.Mux does its job quite well. If for example regular expressions are required to work with collections and objects in them, then there is something wrong in the approach itself.