google/wire

GitHub: google/wire

Stars: 14397 | Forks: 741

# Wire: Automated Initialization in Go [![Build Status](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/4a18ff81c1094014.svg)](https://github.com/google/wire/actions) [![godoc](https://godoc.org/github.com/google/wire?status.svg)][godoc] 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. For an overview, see the [introductory blog post][]. ## Installing Install Wire by running: go install github.com/google/wire/cmd/wire@latest and ensuring that `$GOPATH/bin` is added to your `$PATH`. ## Documentation - [Tutorial][] - [User Guide][] - [Best Practices][] - [FAQ][] ## Project status As of version v0.3.0, Wire is *beta* and is considered feature complete. It works well for the tasks it was designed to perform, and we prefer to keep it as simple as possible. We'll not be accepting new features at this time, but will gladly accept bug reports and fixes.
标签:EVTX分析