Skip to content

A project with some examples and notes about DI in Go with Wire 🔌

License

Notifications You must be signed in to change notification settings

albuquerque53/go-di-wire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoDIW 🔌

This project is a sample about using google/wire to manage dependency injection into a Go application.

Only for study purposes, I build this during my studies and you can find some value here. =)

🗒️ Concepts

☁️ Some examples

This project is structured in 3 example subprojects

.
└── pkg
    ├── no-di
    ├── di-with-wire
    └── another-example-with-wire

About

A project with some examples and notes about DI in Go with Wire 🔌

Topics

Resources

License

Stars

Watchers

Forks

Languages