From 3e268d10876cdb4c3a10b5b19df40f9273ff8f19 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 19:07:57 +0800 Subject: ansiec: Move ansi escape codes to this module --- ansiec/reset.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansiec/reset.go (limited to 'ansiec/reset.go') diff --git a/ansiec/reset.go b/ansiec/reset.go new file mode 100644 index 0000000..82a56d5 --- /dev/null +++ b/ansiec/reset.go @@ -0,0 +1,3 @@ +package ansiec + +var Reset = "\x1b[0m" -- cgit v1.2.3