mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add Dingo dependency injection (#2865)
This commit is contained in:
parent
79de29b0e1
commit
4e17f4d619
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user