Documentation
¶
Overview ¶
Package template provides functions to colorize strings for reporting purposes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FunMap = template.FuncMap{ "cyan": color.CyanString, "green": color.HiGreenString, "red": color.HiRedString, "yellow": color.YellowString, "sub": func(x, y int) int { return x - y }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.