const Black … const Red … const Green … const Yellow … const Blue … const Magenta … const Cyan … const White … type Color … // Add adds the coloring to the given string. func (c Color) Add(s string) string { … }
const Black … const Red … const Green … const Yellow … const Blue … const Magenta … const Cyan … const White … type Color … // Add adds the coloring to the given string. func (c Color) Add(s string) string { … }