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)
/* sort by: | */
NonColorable holds writer but removes escape sequence. Write writes data on console *NonColorable : internal/bisect.Writer *NonColorable : io.Writer
Package-Level Functions (total 5)
EnableColorsStdout enable colors if possible.
NewColorable returns new instance of Writer which handles escape sequence.
NewColorableStderr returns new instance of Writer which handles escape sequence for stderr.
NewColorableStdout returns new instance of Writer which handles escape sequence for stdout.
NewNonColorable returns new instance of Writer which removes escape sequence from Writer.