add ore package (#5211)

Co-authored-by: Firas Darwish <f.darwish@diwink.com>
This commit is contained in:
Firas M. Darwish 2024-03-04 00:00:23 +03:00 committed by GitHub
parent 548cea4161
commit 91048a9b4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1711,6 +1711,7 @@ _Libraries for working with dependency injection._
- [kod](https://github.com/go-kod/kod) - A generics based dependency injection framework for Go.
- [linker](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support.
- [nject](https://github.com/muir/nject) - A type safe, reflective framework for libraries, tests, http endpoints, and service startup.
- [ore](https://github.com/firasdarwish/ore) - Lightweight, generic & simple dependency injection (DI) container.
- [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang.
**[⬆ back to top](#contents)**