Fix syntax errors

This commit is contained in:
George Suntres
2026-04-14 18:44:54 -04:00
parent 8fb31aef00
commit 7bd9d6238a

View File

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