Add nject/npoint dependency injection frameworks (#3463)

This commit is contained in:
David Sharnoff 2021-02-19 02:04:28 -08:00 committed by GitHub
parent d242edefe1
commit bd86f24f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1238,6 +1238,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gocontainer](https://github.com/vardius/gocontainer) - Simple Dependency Injection Container.
* [goioc/di](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container.
* [linker](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support.
* [nject/npoint](https://github.com/BlueOwlOpenSource/nject) - A type safe, reflective framework based on types for libraries, tests, and endpoints.
* [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang.
### Project Layout