From 30748770d16734b62d743c41f245f96b6b4a0a08 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 11 Oct 2025 19:08:28 -0600 Subject: [PATCH] doc(3p/transform): add Go Reference badge --- 3p/transform/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3p/transform/README.md b/3p/transform/README.md index 20619bd..3da2566 100644 --- a/3p/transform/README.md +++ b/3p/transform/README.md @@ -1,6 +1,6 @@ # Transform -[![GoDoc](https://img.shields.io/badge/api-reference-blue.svg?style=flat-square)](https://pkg.go.dev/github.com/therootcompany/golib/3p/transform) +[![Go Reference](https://pkg.go.dev/badge/github.com/therootcompany/golib/3p/transform.svg)](https://pkg.go.dev/github.com/therootcompany/golib/3p/transform) Transform is a Go package that provides a simple pattern for performing [chainable](#chaining) data transformations on streams of bytes. It conforms to the [io.Reader](https://golang.org/pkg/io/#Reader) interface and is useful for operations such as converting data formats, audio/video resampling, image transforms, log filters, regex line matching, etc.