Versions in this module Expand all Collapse all v0 v0.1.0 Oct 25, 2019 Changes in this version + var DefaultColors map[string]string + func Color(v string) string + func ColorPrefix(v string) string + func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err error) + func Fprintln(w io.Writer, a string) (n int, err error) + func Print(a string) (n int, err error) + func Printf(format string, a ...interface{}) (n int, err error) + func Println(a string) (n int, err error) + func Sprintf(format string, a ...interface{}) string + type Colorize struct + Colors map[string]string + Disable bool + Reset bool + func (c *Colorize) Color(v string) string + func (c *Colorize) ColorPrefix(v string) string