A reflection-free Run-Time Dependency Injection framework for Golang
The Goal The purpose of The Genjector package is to provide a Dependency Injection framework without relying on reflection and depending solely on Go Generics (provided from Go version 1.18). It supports many different features: Golang Package Benchmark While providing the most of known features of Dependency Injection frameworks, The Genjector Package also delivers top […]