Go framework providing dependency injection, auto-configuration, and lifecycle management.
Go-Spring is a Go framework that provides dependency injection, auto-configuration, bean lifecycle management, and dynamic configuration. It uses Go modules and integrates with the standard library HTTP server and pluggable Server implementations for services such as HTTP or gRPC. Suited for monolithic applications and microservices that require configurable, lifecycle-managed servers and runtime configuration refresh.
0