Documentation ¶ Index ¶ func GetFuncMap() template.FuncMap func MakeTemplate(tmplate string) (*template.Template, error) func RenderString(tmplate string, ctx map[string]interface{}) (string, error) func RenderTemplate(wr io.Writer, tmplate string, ctx map[string]interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetFuncMap ¶ func GetFuncMap() template.FuncMap func MakeTemplate ¶ func MakeTemplate(tmplate string) (*template.Template, error) func RenderString ¶ func RenderString(tmplate string, ctx map[string]interface{}) (string, error) func RenderTemplate ¶ func RenderTemplate(wr io.Writer, tmplate string, ctx map[string]interface{}) error Types ¶ This section is empty. Source Files ¶ View all Source files funcs.go template.go Click to show internal directories. Click to hide internal directories.