An open API service indexing awesome lists of open source software.

https://github.com/yothgewalt/dependency-injection-in-go

In software engineering, dependency injection is a design pattern in which an object receives other objects that it depends on. A form of inversion of control, dependency injection aims to separate the concerns of constructing objects and using them, leading to loosely coupled programs.
https://github.com/yothgewalt/dependency-injection-in-go

dependency-injection echo fx go zap

Last synced: over 1 year ago
JSON representation

In software engineering, dependency injection is a design pattern in which an object receives other objects that it depends on. A form of inversion of control, dependency injection aims to separate the concerns of constructing objects and using them, leading to loosely coupled programs.

Awesome Lists containing this project

README

          

# Dependency injection using uber-go/fx