Add gocontainer (#2557)

* Add gocontainer

Simple Dependency Injection Container

* Update README.md
This commit is contained in:
Rafał Lorenz 2019-06-07 18:11:36 +10:00 committed by Ceriath
parent b7596d17d3
commit 0a959b06a5

View File

@ -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.