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.
- Host: GitHub
- URL: https://github.com/yothgewalt/dependency-injection-in-go
- Owner: yothgewalt
- Created: 2022-05-18T08:42:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T07:22:36.000Z (about 4 years ago)
- Last Synced: 2025-03-14T15:07:54.884Z (over 1 year ago)
- Topics: dependency-injection, echo, fx, go, zap
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dependency injection using uber-go/fx