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:
Sameer Azazi 2022-01-05 10:55:27 +05:30 committed by GitHub
parent a70eb32e6d
commit 1b24201145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.