ref: remove unused Bold

This commit is contained in:
Paulo 2023-07-26 20:21:51 -03:00
parent 40bac2e17c
commit 0968b75fb8
Signed by: pauloo27
GPG Key ID: 079BC1BF4562F663
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
package main
const (
BoldColor = "\033[1m"
ResetColor = "\033[0m"
BlackColor = "\033[0;30m"