Skip to content
/ wire Public
forked from google/wire

Compile-time Dependency Injection for Go

License

Notifications You must be signed in to change notification settings

alexreid/wire

This branch is 22 commits behind google/wire:main.

Folders and files

NameName
Last commit message
Last commit date
Nov 28, 2018
Dec 3, 2018
Jul 9, 2020
Jul 4, 2020
Jul 9, 2020
Feb 25, 2019
Feb 25, 2019
Oct 25, 2019
Jan 7, 2019
Nov 13, 2018
Nov 29, 2018
Jan 7, 2019
Nov 13, 2018
Oct 5, 2019
Dec 11, 2019
Jan 10, 2020
Sep 5, 2019

Repository files navigation

Wire: Automated Initialization in Go

Build Status godoc Coverage

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 get github.com/google/wire/cmd/wire

and ensuring that $GOPATH/bin is added to your $PATH.

Documentation

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.

Community

You can contact us on the go-cloud mailing list.

This project is covered by the Go Code of Conduct.

About

Compile-time Dependency Injection for Go

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.3%
  • Shell 4.7%