mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add linker to awesome-go misc section (#2605)
This commit is contained in:
parent
12103f2285
commit
12f10fbc96
@ -1051,6 +1051,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
* [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.
|
||||||
* [inject](https://github.com/defval/inject) - A reflection based dependency injection container with simple interface.
|
* [inject](https://github.com/defval/inject) - A reflection based dependency injection container with simple interface.
|
||||||
|
* [linker](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support.
|
||||||
* [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