Documentation ¶ Index ¶ func Apply(tmpl *template.Template, data any) (*bytes.Buffer, error) func ApplyTemplate(file string, data any) (*bytes.Buffer, error) func ApplyToFile(file string, data any) (*bytes.Buffer, error) func ApplyToText(text string, data any) (*bytes.Buffer, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Apply ¶ added in v0.0.3 func Apply(tmpl *template.Template, data any) (*bytes.Buffer, error) func ApplyTemplate ¶ func ApplyTemplate(file string, data any) (*bytes.Buffer, error) func ApplyToFile ¶ added in v0.0.3 func ApplyToFile(file string, data any) (*bytes.Buffer, error) func ApplyToText ¶ added in v0.0.3 func ApplyToText(text string, data any) (*bytes.Buffer, error) Types ¶ This section is empty. Source Files ¶ View all Source files tputils.go Click to show internal directories. Click to hide internal directories.