mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Add golobby/container to the list of Dependency Injection packages (#2762)
* Add golobby/container to the list of Dependency Injection packages * change the order to follow alphanumeric order
This commit is contained in:
parent
512f2eed9c
commit
88a78f599d
@ -1083,6 +1083,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
*Libraries for working with dependency injection.*
|
*Libraries for working with dependency injection.*
|
||||||
|
|
||||||
* [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang.
|
* [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.
|
* [dig](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go.
|
||||||
* [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.
|
||||||
|
Loading…
Reference in New Issue
Block a user