Add goioc/di (#3137)

This commit is contained in:
Dmytro Titov 2020-07-03 12:38:26 +02:00 committed by GitHub
parent a74bdaefad
commit f4879e6f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1174,6 +1174,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [dingo](https://github.com/i-love-flamingo/dingo) - A dependency injection toolkit for Go, based on Guice. * [dingo](https://github.com/i-love-flamingo/dingo) - A dependency injection toolkit for Go, based on Guice.
* [fx](https://github.com/uber-go/fx) - A dependency injection based application framework for Go (built on top of dig). * [fx](https://github.com/uber-go/fx) - A dependency injection based application framework for Go (built on top of dig).
* [gocontainer](https://github.com/vardius/gocontainer) - Simple Dependency Injection Container. * [gocontainer](https://github.com/vardius/gocontainer) - Simple Dependency Injection Container.
* [goioc/di](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container.
* [linker](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support. * [linker](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support.
* [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang. * [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang.