From 3f7f61b4b011c39904e92d42fd3bd2498ccc39a9 Mon Sep 17 00:00:00 2001 From: tiendc Date: Mon, 9 Sep 2024 23:41:25 +0700 Subject: [PATCH] Add DI autowire (#5399) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed8ee6d2..df3f3307 100644 --- a/README.md +++ b/README.md @@ -1761,6 +1761,7 @@ _Libraries for working with Microsoft Excel._ _Libraries for working with dependency injection._ - [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. - [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.