Hacker News new | ask | show | jobs
by jwcrux 3451 days ago
I prefer just using the standard library with a muxer like gorilla/mux.
2 comments

I second this approach. The go standard library has a multitude of utilities that make spinning up a Web application fairly straightforward. Moreover, utilizing the standard library gives you greater leverage when you need to adapt to the unique needs of your application.
Because the more fully kithensunk ones are worse/bad/negative or just because you keep it simple?
I prefer less opinionated where possible. "Worse" is really subjective, I just don't need bells a whistles for many of my projects, so the stdlib is just fine.