Add escape codes

This commit is contained in:
George Suntres
2026-04-14 18:42:36 -04:00
parent c0bee95cf6
commit 8fb31aef00

5
escape.go Normal file
View File

@@ -0,0 +1,5 @@
package commons
const EscapeGreen := "\033[32m"
const EscapeReset := "\033[0m"