What is the current state of net/http
for developing REST APIs? Is it worth creating a new project using only net/http
, or is it better to use frameworks like Gin or others? I want to develop a simple CRUD microservice. Could you share your experience?