Versions in this module Expand all Collapse all v0 v0.0.1 Jul 21, 2022 Changes in this version + type Attribute string + const BgBlack + const BgBlue + const BgCyan + const BgGreen + const BgMagenta + const BgRed + const BgWhite + const BgYellow + const Black + const Blue + const Bold + const CrossedOut + const Cyan + const Green + const Italic + const Magenta + const Red + const ReverseVideo + const Underline + const White + const Yellow + func (attr Attribute) Sprint(a ...interface{}) string + func (attr Attribute) Sprintf(format string, a ...interface{}) string + type Text struct + func NewText(attributes ...Attribute) *Text + func (c *Text) Sprint(a ...interface{}) string + func (c *Text) Sprintf(format string, a ...interface{}) string