mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add DI autowire (#5399)
This commit is contained in:
parent
3c1d25c4cb
commit
3f7f61b4b0
@ -1761,6 +1761,7 @@ _Libraries for working with Microsoft Excel._
|
|||||||
_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.
|
||||||
|
- [autowire](https://github.com/tiendc/autowire) - Dependency injection using Generics and reflection.
|
||||||
- [boot-go](http://github.com/boot-go/boot) - Component-based development with dependency injection using reflections for Go developers.
|
- [boot-go](http://github.com/boot-go/boot) - Component-based development with dependency injection using reflections for Go developers.
|
||||||
- [componego](https://github.com/componego/componego) - A dependency injection framework based on components, allowing dynamic dependency replacement without duplicating code in tests.
|
- [componego](https://github.com/componego/componego) - A dependency injection framework based on components, allowing dynamic dependency replacement without duplicating code in tests.
|
||||||
- [cosban/di](https://gitlab.com/cosban/di) - A code generation based dependency injection wiring tool.
|
- [cosban/di](https://gitlab.com/cosban/di) - A code generation based dependency injection wiring tool.
|
||||||
|
Loading…
Reference in New Issue
Block a user