mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Add inject (#2549)
This commit is contained in:
parent
967f7143ce
commit
1eee8f2034
@ -1030,6 +1030,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.
|
* [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.
|
* [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).
|
* [fx](https://github.com/uber-go/fx) - A dependency injection based application framework for Go (built on top of dig).
|
||||||
|
* [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.
|
* [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang.
|
||||||
|
|
||||||
### Project Layout
|
### Project Layout
|
||||||
|
Loading…
Reference in New Issue
Block a user