Documentation ¶
Overview ¶
Package templatex provides useful helper to compile and write template to file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTemplate describes error with template compilation. ErrTemplate = errors.New("template error") // ErrFormatting describes error with formatting. ErrFormatting = errors.New("formatting error") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.