goimported

This commit is contained in:
Dieter Eickstaedt 2023-04-14 16:03:51 +02:00
parent 0410641d7d
commit 1b00e98648

View file

@ -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 {