From 1b00e9864858489aebbc57976ff622ec221bd530 Mon Sep 17 00:00:00 2001 From: Dieter Eickstaedt Date: Fri, 14 Apr 2023 16:03:51 +0200 Subject: [PATCH] goimported --- ansi/ansi.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ansi/ansi.go b/ansi/ansi.go index 9d28b8e..d766ae6 100644 --- a/ansi/ansi.go +++ b/ansi/ansi.go @@ -4,7 +4,6 @@ import "regexp" var ansiEscape = regexp.MustCompile(`\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~])`) - // Strip strips a string of any of it's ansi sequences. func Strip(text string) string {