Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.54 KB

File metadata and controls

48 lines (30 loc) · 1.54 KB

Kit

Go Reference Go Report Card License: ISC

Opinionated building blocks for production Go applications.

About

Kit provides foundational packages for building production-grade Go services with sane defaults. It integrates observability primitives (OpenTelemetry tracing, Prometheus metrics, structured logging) as first-class concerns.

Packages

Package Description
unit Application lifecycle, configuration, signal handling, and graceful shutdown
log Structured logging with slog, trace correlation, and multiple output formats
pg PostgreSQL client with connection pooling, tracing, and metrics
migrator Database schema migrations with advisory locking
httpserver HTTP server with request tracing and metrics
httpclient HTTP client with telemetry and connection management

Requirements

  • Go 1.25+

Installation

go get go.gearno.de/kit

Documentation

See the Go package documentation for API reference and examples.

Contributing

Contributions are welcome. Please open an issue to discuss proposed changes before submitting a pull request.

License

Kit is released under the ISC License.

Author

Bryan Frimin