go-kod/kod
A generics based dependency injection application framework for Go, supporting aspect oriented programming based on interceptors
This framework helps Go developers build well-structured applications more easily by managing how different parts of their code connect and interact. It takes individual code components and configuration files as input, and outputs a robust, testable, and observable application. Developers who build and maintain complex Go applications would find this beneficial.
197 stars.
Use this if you are a Go developer building a complex application and want to manage dependencies, configurations, and observability in a structured way.
Not ideal if you are building a very simple, small Go application or prefer to manage all dependencies manually.
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.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.