Adding samber/do (#4240)

* feat: adding samber/do
This commit is contained in:
Samuel Berthe 2022-05-31 13:16:11 +02:00 committed by GitHub
parent 758d6812f5
commit 0891f70a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1598,6 +1598,7 @@ _Libraries for working with dependency injection._
- [di](https://github.com/goava/di) - A dependency injection container for go programming language.
- [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.
- [do](https://github.com/samber/do) - A dependency injection framework based on Generics.
- [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.