Add go-ioc

This commit is contained in:
Dominik Gawlik 2023-04-07 17:08:24 +02:00 committed by GitHub
parent ee499b5288
commit 4819874c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1627,6 +1627,7 @@ _Libraries for working with dependency injection._
- [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.
- [goioc/di](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container.
- [go-ioc](https://github.com/dgawlik/go-ioc) - A minimalist Ioc Container for Go.
- [GoLobby/Container](https://github.com/golobby/container) - GoLobby Container is a lightweight yet powerful IoC dependency injection container for the Go programming language.
- [google/wire](https://github.com/google/wire) - Automated Initialization in Go.
- [HnH/di](https://github.com/HnH/di) - DI container library that is focused on clean API and flexibility.