Package wire: Information
Source package: wire
Version: 0.5.0-alt1
Build time: Aug 14, 2023, 09:04 PM in the task #323137
Category: Development/Other
Report package bugHome page: https://github.com/google/wire.git
License: Apache-2.0
Summary: Automated Initialization in Go
Description:
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 stateor reflection, code written to be used with Wire is useful even for hand-written initialization.
List of RPM packages built from this SRPM:
wire (x86_64, ppc64le, i586, armh, aarch64)
wire-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
wire (x86_64, ppc64le, i586, armh, aarch64)
wire-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
Maintainer: Alexey Shabalin