From 88a78f599d6529ea102799fc7251d26781f8e342 Mon Sep 17 00:00:00 2001 From: Milad Rahimi Date: Sun, 6 Oct 2019 18:27:07 +0330 Subject: [PATCH] Add golobby/container to the list of Dependency Injection packages (#2762) * Add golobby/container to the list of Dependency Injection packages * change the order to follow alphanumeric order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b55908c..687c3f82 100644 --- a/README.md +++ b/README.md @@ -1083,6 +1083,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for working with dependency injection.* * [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. * [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.