add linker to awesome-go misc section (#2605)

This commit is contained in:
Dmitry Spasibenko 2019-07-11 01:00:34 -07:00 committed by Ceriath
parent 12103f2285
commit 12f10fbc96

View File

@ -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).
* [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.
* [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.
### Project Layout