reviews not fully comprehensive but most of the top frameworks are here https://nordicapis.com/7-frameworks-to-build-a-rest-api-in-go/ have seen tutorials using the following frameworks
- gorilla/mux (6 to 7)
- gin-gonic/gin (1)
- labstack/echo (1)
Routing frameworks gin-gonic/gin 23.4k  https://github.com/gin-gonic/gin claims faster than martini maintained with in the last month  docs https://gin-gonic.github.io/gin/ astaxie/beego 18.5k  https://github.com/astaxie/beego maintained with in the last month  docs https://beego.me/ labstack/echo 12.6k  https://github.com/labstack/echo claims faster than gin maintained with in the last month  docs https://echo.labstack.com/ kataras/iris 13.3k  https://github.com/kataras/iris maintained with in the last month  docs: https://iris-go.com go-martini/martini 10.4k https://github.com/go-martini/martini Not maintained as owner says there are design flaws, has moved on to  https://github.com/urfave/negroni revel/revel 10.6k  https://github.com/revel/revel maintained with in the last month  docs http://revel.github.io gorilla/mux 7.8k  https://github.com/gorilla/mux maintained with in the last month  docs http://www.gorillatoolkit.org/pkg/mux What is used in other aerogear projects |