Documentation
¶
Index ¶
Constants ¶
View Source
const ( Reset = "\033[0m" Bold = "\u001B[1m" Italic = "\u001B[3m" Underline = "\u001B[4m" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Displayable ¶
type Progress ¶
func NewProgress ¶
type Table ¶
func (*Table) FindColumn ¶
type Writer ¶
type Writer interface {
io.Writer
Color(color Color) Writer
Bold() Writer
Reset() Writer
Printf(format string, a ...interface{}) Writer
Print(a ...interface{}) Writer
Println(a ...interface{}) Writer
Errorf(format string, a ...interface{}) Writer
}
func NewConsoleOutput ¶
func NewPlainWriter ¶
Click to show internal directories.
Click to hide internal directories.