inject icon indicating copy to clipboard operation
inject copied to clipboard

Dependency injection library for Go (golang)

Results 4 inject issues
Sort by recently updated
recently updated
newest added

I'm not sure if I've read the examples right, but it appears that there may be a tight coupling between the Pointer variable and the Provider. When creating a definition...

I have an optional struct that I want to inject into another struct. So I define the reference as a pointer. ResolveAll() doesn't support this valid struct value and blows...

Hi, Karl! The question regarding the order (which in may case is very important) during executing Finalize funcs at the end of an app. So, the code: ```go package main...

If there are dependency cycles, the framework just fails inside a stack overflow. Ideally it would detect cycles and give a good error message.