https://github.com/antelman107/go-dependency-injection-examples
Popular dependency injection libraries usage examples
https://github.com/antelman107/go-dependency-injection-examples
dependency-injection dig dingo golang
Last synced: 4 months ago
JSON representation
Popular dependency injection libraries usage examples
- Host: GitHub
- URL: https://github.com/antelman107/go-dependency-injection-examples
- Owner: antelman107
- Created: 2020-04-23T16:55:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T09:33:12.000Z (over 2 years ago)
- Last Synced: 2024-12-31T12:56:43.975Z (over 1 year ago)
- Topics: dependency-injection, dig, dingo, golang
- Language: Go
- Homepage: https://golangforall.com/en/post/dependency-injection.html
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### GO dependency injection libraries usage examples
- [uber-go/dig](dig)
- [elliotchance/dingo](elliotchance/dingo)
- [sarulabs/di](sarulabs/di)
- [sarulabs/dingo](sarulabs/dingo)
- [google/wire](google/wire)
All libraries review see in the article
https://golangforall.com/en/post/dependency-injection.html