@lil5 No, in my six years of experience with #Go, I refuse to use web frameworks like #echo, #Gin, #gorilla, #FastHTTP and so on. They only increase the overall complexity of the project and make you struggle with non-obvious limitations.
For example, FastHTTP still doesn't know how to work with fs.FS, and gorilla/mux makes me suffer from regular router configuration problems and search specific gothas.
@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