Spoiler: Stick with stdlib until you really, really need to go elsewhere. Happy to see I’m not the only one who came to this conclusion.
That approach could be applied to most scenarios, correct?
I’ve played around with plenty of web frameworks for Go, and I always go back to the standard library. There are a few utility methods that I use in each app I build, but there isn’t any area where I wish I had a framework.
Spoiler: Stick with stdlib until you really, really need to go elsewhere. Happy to see I’m not the only one who came to this conclusion.
That approach could be applied to most scenarios, correct?
I’ve played around with plenty of web frameworks for Go, and I always go back to the standard library. There are a few utility methods that I use in each app I build, but there isn’t any area where I wish I had a framework.