Package wire: Information
Source package: wire
Version: 0.5.0-alt1
Build time: Oct 22, 2023, 06:35 AM
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.
Maintainer: Alexey Shabalin