Versions in this module Expand all Collapse all v0 v0.0.1 Nov 3, 2021 Changes in this version + type Colorize struct + TextStyles []TextStyle + func New() *Colorize + func NewWithCustomColors(textStyles []TextStyle) *Colorize + func (c *Colorize) Format(str string) string + type TextStyle struct + Background string + CheckKey string + Foreground string + Key string