Fx is a dependency injection system for Go.
Benefits
init() or global variables. Use Fx-managed singletons.See our docs to get started and/or learn more about Fx.
Use Go modules to install Fx in your application.
go get go.uber.org/fx@v1
To get started with Fx, start here.
This library is v1 and follows SemVer strictly.
No breaking changes will be made to exported APIs before v2.0.0.
This project follows the Go Release Policy. Each major version of Go is supported until there are two newer major releases.