Added ANSI colors
This commit is contained in:
14
ansi/Format.go
Normal file
14
ansi/Format.go
Normal file
@ -0,0 +1,14 @@
|
||||
package ansi
|
||||
|
||||
const (
|
||||
Reset Code = iota
|
||||
Bold
|
||||
Dim
|
||||
Italic
|
||||
Underline
|
||||
Blink
|
||||
BlinkFast
|
||||
Reverse
|
||||
Hidden
|
||||
Strikethrough
|
||||
)
|
Reference in New Issue
Block a user