13 lines
96 B
Go
13 lines
96 B
Go
package ansi
|
|
|
|
const (
|
|
Black Code = iota + 30
|
|
Red
|
|
Green
|
|
Yellow
|
|
Blue
|
|
Magenta
|
|
Cyan
|
|
White
|
|
)
|