II.
Library overview
Reference · livelibrary:wire-go
Wire (Go) overview
Compile-time dependency injection tool for Go by Google — generates provider wiring code from annotated constructor functions, eliminating runtime reflection and making DI graphs statically verifiable.
Attributes
displayName
Wire (Go)
belongsToLanguageId
category
other
description
Compile-time dependency injection tool for Go by Google — generates
provider wiring code from annotated constructor functions, eliminating
runtime reflection and making DI graphs statically verifiable.
Outgoing edges
belongs_to_language1
- language:go·LanguageGo
library_used_by1
- skill-area:solution-architecture·SkillAreaSolution Architecture
Incoming edges
alternative_to1
- library:fx·LibraryFx (Uber)