Skip to content

This Repo consist of a simple go application written to understand Dependency injection though Wire Package

Notifications You must be signed in to change notification settings

Afthaab/Wire-Package-Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wire-Package-Golang

This Repo consist of a simple go application written to understand Dependency injection though Wire Package

Wire Package

Wire is a code dependency tool that operates without runtime state or reflection. Code written to be used with Wire is useful even for handwritten initialization.

Download the Wire Package

go get github.com/google/wire/cmd/wire

Command to run the Wire Package

go run github.com/google/wire/cmd/wire

Visit the below website for more information

https://blog.logrocket.com/go-dependency-injection-wire/

About

This Repo consist of a simple go application written to understand Dependency injection though Wire Package

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages