package colorable

Import Path
	github.com/mattn/go-colorable (on go.dev)

Dependency Relation
	imports 4 packages, and imported by one package

Involved Source Files colorable_others.go noncolorable.go
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
NonColorable hold writer but remove escape sequence. Write write data on console *T : io.Writer
Package-Level Functions (total 4, all are exported)
NewColorable return new instance of Writer which handle escape sequence.
NewColorableStderr return new instance of Writer which handle escape sequence for stderr.
NewColorableStdout return new instance of Writer which handle escape sequence for stdout.
NewNonColorable return new instance of Writer which remove escape sequence from Writer.