Added ANSI colors
This commit is contained in:
12
ansi/Color.go
Normal file
12
ansi/Color.go
Normal file
@ -0,0 +1,12 @@
|
||||
package ansi
|
||||
|
||||
const (
|
||||
Black Code = iota + 30
|
||||
Red
|
||||
Green
|
||||
Yellow
|
||||
Blue
|
||||
Magenta
|
||||
Cyan
|
||||
White
|
||||
)
|
Reference in New Issue
Block a user