Add escape red

This commit is contained in:
George Suntres
2026-04-14 18:47:30 -04:00
parent 7bd9d6238a
commit 86b1ca86c7

View File

@@ -2,4 +2,6 @@ package commons
const EscapeGreen = "\033[32m" const EscapeGreen = "\033[32m"
const EscapeRed = "\033[31m"
const EscapeReset = "\033[0m" const EscapeReset = "\033[0m"