From 7ddf9f3e4534a7768b3b1bcfb9569c2330f46371 Mon Sep 17 00:00:00 2001 From: Vsevolod Strukchinsky Date: Thu, 10 Sep 2026 12:24:04 +0500 Subject: [PATCH] README: the Awesome Go badge avelino/awesome-go#6680 merged, so the badge is earned rather than aspirational. The flat variant, because the four badges beside it are flat shields, and it links to the Dependency Injection anchor rather than the repository root, so a reader lands on the section the entry is in and can see what it sits among. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11c505a..18dfb77 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Go Reference](https://pkg.go.dev/badge/github.com/floatdrop/di.svg)](https://pkg.go.dev/github.com/floatdrop/di) [![coverage](https://img.shields.io/endpoint?url=https%3A%2F%2Ffloatdrop.github.io%2Fdi%2Fcoverage.json)](https://floatdrop.github.io/di/coverage.html) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/avelino/awesome-go#dependency-injection) A dependency-injection container for Go 1.27+. Constructors are plain functions, keys are Go types, and the container builds, starts and stops