# README
🔌 autowire

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]