From 0278178a39d3e38b15ad4e12d9147b5ad2dd278b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Ollah?= Date: Fri, 4 Oct 2024 22:43:12 +0200 Subject: [PATCH] add badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e1ac3d..52f1aa7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # stripansi +[![Go Reference](https://pkg.go.dev/badge/github.com/MatusOllah/stripansi.svg)](https://pkg.go.dev/github.com/MatusOllah/stripansi) [![Go Report Card](https://goreportcard.com/badge/github.com/MatusOllah/stripansi)](https://goreportcard.com/report/github.com/MatusOllah/stripansi) + **stripansi** is a Go package for removing [ANSI escape sequences](https://en.wikipedia.org/wiki/ANSI_escape_code). ## Basic Usage