I have been looking at answers about whether or not to use a framework to develop an API with Golang. The truth is, I’m a little confused.
In my work I am using Golang to implement scripts of all kinds for a couple of months now. But now, personally, I wanted to continue learning on my own and take it to the web. As I believe that there is no better way to learn than by setting a project in motion, that is what I was trying to do.
But after reading, taking a course, etc. I start to have doubts if I have the level to do it correctly. I have done APIs with Java and Python. And I have developed websites with different frameworks. I wanted to make use of Golang because I think its characteristics are impressive.
My question is: do I have to choose a framework to make an API subtraction or do I just use the standard library? If using a framework, which one would you use? I would like it to be in line with GO’s philosophy.