From 12f10fbc9608fc3097257caecb563a6fbd3e1c02 Mon Sep 17 00:00:00 2001 From: Dmitry Spasibenko Date: Thu, 11 Jul 2019 01:00:34 -0700 Subject: [PATCH] add linker to awesome-go misc section (#2605) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59139a97..9c032a36 100644 --- a/README.md +++ b/README.md @@ -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