README: add a note that wire is no longer maintained (#434)
Some checks failed
Wire Tests / build (1.25.x, macos-latest) (push) Has been cancelled
Wire Tests / build (1.25.x, ubuntu-latest) (push) Has been cancelled
Wire Tests / build (1.25.x, windows-latest) (push) Has been cancelled

Wire was archived by an automatic process because it was not being
maintained. Unfortunately, it's true that there is no one maintaining
wire, and we should make this clear in the README before re-archiving.
This commit is contained in:
Robert Findley
2025-08-22 09:52:05 -04:00
committed by GitHub
parent 5c5c92a1c5
commit 9c25c9016f

View File

@@ -3,6 +3,10 @@
[![Build Status](https://github.com/google/wire/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/google/wire/actions) [![Build Status](https://github.com/google/wire/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/google/wire/actions)
[![godoc](https://godoc.org/github.com/google/wire?status.svg)][godoc] [![godoc](https://godoc.org/github.com/google/wire?status.svg)][godoc]
> [!WARNING]
> This project is no longer maintained.
>
> If you wish to update or extend wire, please do so in a fork.
Wire is a code generation tool that automates connecting components using Wire is a code generation tool that automates connecting components using
[dependency injection][]. Dependencies between components are represented in [dependency injection][]. Dependencies between components are represented in