From 0a959b06a59328ab85ac9ccf92b9c3eb4e21ca40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Lorenz?= Date: Fri, 7 Jun 2019 18:11:36 +1000 Subject: [PATCH] Add gocontainer (#2557) * Add gocontainer Simple Dependency Injection Container * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85ab04c5..9b62f58f 100644 --- a/README.md +++ b/README.md @@ -1032,6 +1032,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. * [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. * [inject](https://github.com/defval/inject) - A reflection based dependency injection container with simple interface. * [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang.