Package wire: Information
Binary package: wire
Version: 0.5.0-alt1
Architecture: ppc64le
Build time: Aug 14, 2023, 09:04 PM in the task #323137
Source package: wire
Category: Development/Other
Report package bugDownload: wire-0.5.0-alt1.ppc64le.rpm
Home 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.
Maintainer: Alexey Shabalin