From eaca7a2c8019a3f80bca55c1196af775d8986b82 Mon Sep 17 00:00:00 2001 From: Tetsuro Mikami Date: Wed, 12 Aug 2026 17:40:47 +0900 Subject: [PATCH] docs: add archive notice pointing to kanna --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6974ae8..f995a8e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # injector +> [!IMPORTANT] +> This repository is archived. Development continues in [kanna](https://github.com/go-kanna/kanna), where injector became [`kanna-di`](https://github.com/go-kanna/kanna#kanna-di). + **injector** is a command-line tool that generates type-safe dependency-injection (DI) code for Go projects. Unlike traditional DI frameworks that rely on provider sets or runtime containers, injector uses **Go's type system** plus a small set of struct tags and an optional comment directive to describe dependency injection in a clear and explicit way.