Versions in this module Expand all Collapse all v0 v0.0.5 Feb 18, 2021 v0.0.3 Feb 17, 2021 Changes in this version + const TextBlack + const TextBlue + const TextCyan + const TextGreen + const TextMagenta + const TextRed + const TextWhite + const TextYellow + func Black(msg string) string + func Blue(msg string) string + func Cyan(msg string) string + func Green(msg string) string + func Indent(s, prefix string) string + func IndentBytes(b, prefix []byte) []byte + func Magenta(msg string) string + func NewIndentWriter(w io.Writer, pre ...[]byte) io.Writer + func Red(msg string) string + func SetColor(msg string, conf, bg, text int) string + func White(msg string) string + func Wrap(s string, lim int) string + func WrapBytes(b []byte, lim int) []byte + func WrapWords(words [][]byte, spc, lim, pen int) [][][]byte + func Yellow(msg string) string