Skip to content

beldeveloper/go-di

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Injection Examples

Here you can find the examples of three basic approaches for dependency injection in Go:

  • manual (cmd/case1)
  • generation of the code with Google Wire (cmd/case2)
  • reflection with Uber Dig (cmd/case3)

About

Dependency Injection Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages