From 9ffc3076a5252a373f05ecb98c30fc2a36648f37 Mon Sep 17 00:00:00 2001 From: jurjevic Date: Thu, 28 Sep 2023 17:26:45 +0200 Subject: [PATCH] Added boot-go to dependency injection (#4992) Co-authored-by: Jurica Jurjevic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b63a1fe..c8bf35bf 100644 --- a/README.md +++ b/README.md @@ -1653,6 +1653,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. +- [boot-go](http://github.com/boot-go/boot) - Component-based development with dependency injection using reflections for Go developers. - [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.