beego/beego - beego is an open-source, high-performance web framework for the Go programming language.
labstack/echo - High performance, minimalist Go web framework
gofiber/fiber - Express inspired web framework written in Go
kataras/iris - The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more
gin-gonic/gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance.
xinliangnote/go-gin-api - The API framework based on Gin’s modular design encapsulates common functions
zeromicro/go-zero - go-zero is a web and rpc framework written in Go. It’s born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
AkbaraliShaikh/denti - This project is created to demonstrate Go-Lang Clean Architecture/DDD/Hexagonal Architecture, and It show the usage of popular libraries gin, gorm, zap and dig.
uberswe/golang-base-project - A minimal Go project with user authentication ready out of the box. All frontend assets should be less than 100 kB on every page load.
doppelganger113/simple_gopher - Boilerplate for writing Go applications without framework using hexagonal application development approach
solrac97gr/goHexagonalBlog - Boilerplate using Fiber π , Mongo, Hexagonal Architecture. Including a Blog explaining the components of the boilerplate.
allaboutapps/go-starter - An opinionated production-ready SQL-/Swagger-first RESTful JSON API written in Go, highly integrated with VSCode DevContainers by allaboutapps.
rafael-piovesan - Toy API implementing idempotency keys using Golang & Clean Architecture
bozd4g/poc/testcontainer - A sample Integration Testing with Docker Containers implementation written with Golang.