💡 Better log messages

This commit is contained in:
M. Mert Yildiran
2022-11-29 04:52:53 +03:00
parent fa0fb62e07
commit cae3b4fe17
11 changed files with 20 additions and 30 deletions

View File

@@ -9,6 +9,4 @@ const (
Magenta = "\033[1;35m%s\033[0m"
Teal = "\033[1;36m%s\033[0m"
White = "\033[1;37m%s\033[0m"
Error = Red
Warning = Yellow
)