mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Rename package "container" to "GoLobby/Container" (#4188)
This commit is contained in:
parent
2b1b5e4a06
commit
d30d8e78b5
@ -1573,13 +1573,13 @@ _Libraries for working with Microsoft Excel._
|
|||||||
_Libraries for working with dependency injection._
|
_Libraries for working with dependency injection._
|
||||||
|
|
||||||
- [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang.
|
- [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.
|
|
||||||
- [di](https://github.com/goava/di) - A dependency injection container for go programming language.
|
- [di](https://github.com/goava/di) - A dependency injection container for go programming language.
|
||||||
- [dig](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go.
|
- [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.
|
- [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).
|
- [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.
|
- [gocontainer](https://github.com/vardius/gocontainer) - Simple Dependency Injection Container.
|
||||||
- [goioc/di](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container.
|
- [goioc/di](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container.
|
||||||
|
- [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.
|
- [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.
|
- [HnH/di](https://github.com/HnH/di) - DI container library that is focused on clean API and flexibility.
|
||||||
- [kinit](https://github.com/go-kata/kinit) - Customizable dependency injection container with the global mode, cascade initialization and panic-safe finalization.
|
- [kinit](https://github.com/go-kata/kinit) - Customizable dependency injection container with the global mode, cascade initialization and panic-safe finalization.
|
||||||
|
Loading…
Reference in New Issue
Block a user