What are advantages of using a Go Framework?

I’m able to build complete apps using Golang built-in and few external libraries for things go doesn’t provide (httprouter and go-sql-driver and gorilla sessions are enough) Now I’m really confused, should I learn a Framework like Gin or Bufallio? Would they make any difference? if yes then in what fields? Thanks

The XY problem is asking about your attempted solution [frameworks] rather than your actual problem: The XY Problem.

What problem are you trying to solve?

4 Likes

Blake Mizerany has a good presentation about the problem of asking about an attempted solution (frameworks) :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.