-
I've used frameworks before (revel, beego) but lately just chi, stdlib and some tricks. https://github.com/ptman/urlredir has some of these tricks, but is a bit dated
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
goa
Design-first Go framework that generates API code, documentation, and clients. Define once in an elegant DSL, deploy as HTTP and gRPC services with zero drift between code and docs.
-
i've used https://github.com/swaggo/echo-swagger
-
-
Chi has a bunch of pre-rolled middleware functions too: https://github.com/go-chi/chi/tree/master/middleware
-
What about hertz ? It's seems solid.