From 1291549c47ecd8451cc5ac0c8649f2b74299fcfd Mon Sep 17 00:00:00 2001 From: h-dav Date: Sun, 3 May 2026 13:40:13 +0100 Subject: [PATCH] doc: add badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bdf0c3d..92a46bc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Package `configutil` populates a Go struct from config sources. +[![Go Report Card](https://goreportcard.com/badge/github.com/h-dav/configutil)](https://goreportcard.com/report/github.com/h-dav/configutil) + ## Installation ```bash