From 7b439460fc570e22ed44d65acca067327d6f5581 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 11 Oct 2025 19:07:51 -0600 Subject: [PATCH] doc(3p/colorjson): add Go Reference badge --- 3p/colorjson/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3p/colorjson/README.md b/3p/colorjson/README.md index 807c28c..db0fb08 100644 --- a/3p/colorjson/README.md +++ b/3p/colorjson/README.md @@ -1,5 +1,7 @@ # ColorJSON: The Fast Color JSON Marshaller for Go +[![Go Reference](https://pkg.go.dev/badge/github.com/therootcompany/golib/3p/colorjson.svg)](https://pkg.go.dev/github.com/therootcompany/golib/3p/colorjson) + ![ColorJSON Output](https://i.imgur.com/pLtCXhb.png) ## What is this?