which framework should I use to create Restful APIs in Go?
Why do you need a framework?
use beego don't use standard library for it
The net/http should be fine. Or a library like fasthttp or httprouter. It's damn simple to so web dev with Go. Imo you don't need some frameworks you know!
Обсуждают сегодня