Added ANSI colors

This commit is contained in:
Eduard Urbach 2024-03-11 23:28:37 +01:00
parent 55da31ffd6
commit 929938dcd6
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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
)