Added ANSI colors

This commit is contained in:
2024-03-11 23:28:37 +01:00
parent 6de4715030
commit 393a9ebf17
5 changed files with 135 additions and 1 deletions

12
ansi/Color.go Normal file
View File

@ -0,0 +1,12 @@
package ansi
const (
Black Code = iota + 30
Red
Green
Yellow
Blue
Magenta
Cyan
White
)