Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 5713b5e

Browse files
committed
README: add a note that wire is no longer maintained
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.
1 parent 5c5c92a commit 5713b5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
[![Build Status](https://github.com/google/wire/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/google/wire/actions)
44
[![godoc](https://godoc.org/github.com/google/wire?status.svg)][godoc]
55

6+
> [!WARNING]
7+
> This project is no longer maintained.
8+
>
9+
> Those that wish to update or extend wire should do so in a fork.
610
711
Wire is a code generation tool that automates connecting components using
812
[dependency injection][]. Dependencies between components are represented in

0 commit comments

Comments
 (0)