-
I think u should try Fiber it's the fastest according to the benchmarks and imo it's the best I love it!!!
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Not a framework, but you might like https://go-app.dev if you want to build WEB UI (views) with Go, using declarative syntax.
-
Take a look at Goyave, it is inspired by Laravel on some aspects. It's focused on REST APIs only. I wouldn't say it's "the best" because there is no best, it always depends on your needs. Anyway, yesterday I released the first preview version of the v5, a rewrite of the framework trying to solve many weak points of the previous version. It's poorly documented for now because it is still WIP and I wouldn't recommend building production applications with it. Stick to v4 for this for now.
-
I use gin and created gin-bat for adding the "batteries" missing (admin page, user handling etc). Have a look: https://github.com/dartie/gin-bat
-
I haven't tried it but someone made a laravel inspired go web framework https://github.com/goravel/goravel
-
goa
🌟 Goa: Elevate Go API development! 🚀 Streamlined design, automatic code generation, and seamless HTTP/gRPC support. ✨
If you really need a framework, you can take a look at Echo or, for a contract-first approach, https://goa.design/