go-kod/kod
A generics based dependency injection application framework for Go, supporting aspect oriented programming based on interceptors
Based on the README, here's a technical summary: Kod provides component-based application architecture with automatic dependency wiring through Go generics, supporting lifecycle hooks (Init/Shutdown), lazy initialization, and built-in interceptors for observability (OpenTelemetry metrics and traces). It includes a CLI code generator for interface extraction and call-graph analysis, while configuration is managed through TOML/YAML/JSON files mapped to component structs via the `WithConfig` pattern.
197 stars.
Stars
197
Forks
6
Language
Go
License
Apache-2.0
Category
Last pushed
Mar 16, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/go-kod/kod"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.