An open API service indexing awesome lists of open source software.

https://github.com/afthaab/wire-package-golang

This Repo consist of a simple go application written to understand Dependency injection though Wire Package
https://github.com/afthaab/wire-package-golang

dependency-injection wire

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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/
```