sarulabs/dingo
Generated dependency injection containers in go (golang)
This project helps Go developers manage dependencies in their applications by generating dependency injection containers. It takes your service definitions as input and outputs Go code with typed methods for retrieving each service, reducing runtime errors and boilerplate. Go developers building complex applications with many interconnected components will find this useful.
104 stars. No commits in the last 6 months.
Use this if you are a Go developer who wants to build robust applications with clear dependency management and reduce manual casting and potential runtime errors.
Not ideal if you are working on a very small Go project with minimal dependencies or prefer manual dependency management without code generation.
Stars
104
Forks
7
Language
Go
License
MIT
Category
Last pushed
Aug 26, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/sarulabs/dingo"
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.