From f269f807715a1afda3b593ed5d472006a7485122 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 11 Oct 2025 19:06:21 -0600 Subject: [PATCH] doc(auth/csvauth): add Go Reference badge --- auth/csvauth/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auth/csvauth/README.md b/auth/csvauth/README.md index 125c4ab..463d8b7 100644 --- a/auth/csvauth/README.md +++ b/auth/csvauth/README.md @@ -1,5 +1,7 @@ # csvauth +[![Go Reference](https://pkg.go.dev/badge/github.com/therootcompany/golib/auth/csvauth.svg)](https://pkg.go.dev/github.com/therootcompany/golib/auth/csvauth) + Simple, non-scalable credentials stored in a tab-separated file. \ (logical successor to [envauth](https://github.com/therootcompany/golib/tree/main/auth/envauth))