Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DisableColor = false
View Source
var TemplateFuncs = map[string]interface{}{ "color": func(color string) string { if DisableColor { return "" } return ansi.ColorCode(color) }, }
Functions ¶
func RunTemplate ¶
func WriteAnswer ¶
Types ¶
This section is empty.
Notes ¶
Bugs ¶
the current implementation might cause weird conflicts if there are two fields with same name that only differ by casing.
Click to show internal directories.
Click to hide internal directories.