Afthaab / Wire-Package-Golang

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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


Languages

Language:Go 100.0%