https://github.com/michaelwp/godependencyinjectionexample
Example of how to create a dependency injection in Go language
https://github.com/michaelwp/godependencyinjectionexample
Last synced: 11 months ago
JSON representation
Example of how to create a dependency injection in Go language
- Host: GitHub
- URL: https://github.com/michaelwp/godependencyinjectionexample
- Owner: michaelwp
- Created: 2025-01-08T09:48:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T10:15:40.000Z (over 1 year ago)
- Last Synced: 2025-03-28T12:31:34.399Z (about 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoDependencyInjectionExample
Example of how to create a dependency injection in Go language.
for more details please read the articles [Dependency Injection in Go: An Example with Database Operations](https://goblog.dev/articles/46)