mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
feat: add google/wire to the list of DI libraries (#3967)
* Add google/wire to the list of DI libraries list * Sort DI libraries list in alphabetic order * Add punctuation to the google/wire description * remove newline Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
This commit is contained in:
parent
a70eb32e6d
commit
1b24201145
@ -1422,6 +1422,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [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.
|
||||
* [goioc/di](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container.
|
||||
* [google/wire](https://github.com/google/wire) - Automated Initialization in Go.
|
||||
* [HnH/di](https://github.com/HnH/di) - DI container library that is focused on clean API and flexibility.
|
||||
* [kinit](https://github.com/go-kata/kinit) - Customizable dependency injection container with the global mode, cascade initialization and panic-safe finalization.
|
||||
* [linker](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support.
|
||||
|
Loading…
Reference in New Issue
Block a user