Add Dingo dependency injection (#2865)

This commit is contained in:
Bastian 2019-12-26 15:31:56 +01:00 committed by Andy Pan
parent 79de29b0e1
commit 4e17f4d619

View File

@ -1104,6 +1104,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang.
* [container](https://github.com/golobby/container) - A powerful IoC Container with fluent and easy-to-use interface.
* [dig](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go.
* [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).
* [gocontainer](https://github.com/vardius/gocontainer) - Simple Dependency Injection Container.
* [inject](https://github.com/defval/inject) - A reflection based dependency injection container with simple interface.