Categorygithub.com/go-autowire/autowire
repository
1.0.7
Repository: https://github.com/go-autowire/autowire.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

🔌 autowire GoDoc Github release Go Report Card

Reflection based dependency injection toolkit for Golang.

This README is in working in progress state.

Installation

The whole project is based on go modules. To get the latest version, use go1.16+ and fetch it using the go get command. For example:

go get github.com/go-autowire/autowire

To get the specific version, use go1.16+ and fetch it using the go get command. For example:

go get github.com/go-autowire/[email protected]