From 4e17f4d6196326574d763c30c2860bc774dfb271 Mon Sep 17 00:00:00 2001 From: Bastian Date: Thu, 26 Dec 2019 15:31:56 +0100 Subject: [PATCH] Add Dingo dependency injection (#2865) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3c7456c..81538d25 100644 --- a/README.md +++ b/README.md @@ -1104,6 +1104,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang. * [container](https://github.com/golobby/container) - A powerful IoC Container with fluent and easy-to-use interface. * [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. * [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. * [inject](https://github.com/defval/inject) - A reflection based dependency injection container with simple interface.