Compile-time Dependency Injection for Go
Wire is a code generation tool that automates connecting components using dependency injection. Dependencies between components are represented in Wire as function parameters, encouraging explicit initialization instead of global variables. Because Wire operates without runtime state or reflection, code written to be used with Wire is useful even for hand-written initialization. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/google/wire
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.5.0-1.fc36 | - |
Fedora 35 | 0.4.0-4.fc35 | - |
Fedora 34 | 0.4.0-3.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-google-wire dash maintainers at fedoraproject dot org
.