Added ANSI colors
This commit is contained in:
parent
55da31ffd6
commit
929938dcd6
5 changed files with 135 additions and 1 deletions
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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue