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.
- Developed at devel:languages:go
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/wire && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000760 760 Bytes | |
_servicedata | 0000000228 228 Bytes | |
vendor.tar.gz | 0000122873 120 KB | |
wire-0.5.0.tar.gz | 0000090048 87.9 KB | |
wire.changes | 0000001101 1.08 KB | |
wire.spec | 0000002095 2.05 KB |
Revision 8 (latest revision is 11)
Richard Brown (RBrownFactory)
accepted
request 1006714
from
Jeff Kowalczyk (jfkw)
(revision 8)
Require go1.18 (bsc#1203599, GH#19127) (forwarded request 1006664 from deneb_alpha)
Comments 0