Golang microservice boilerplate for building instrumented, production-ready services.
Modern Go Application is a Go application boilerplate that demonstrates recommended practices for structuring, testing, configuring, and running services. It provides configuration management, structured logging, error handling, metrics and tracing, health checks, graceful restarts, messaging, and database connectivity, and includes Docker support; it's suited for building microservices and backend REST APIs in Go.
0