Documentation
¶
Overview ¶
Package templates provides embedded Go templates for code generation.
It includes template loading utilities with Sprig functions and custom GitHub Actions helpers for generating workflows, configuration files, and other templated content.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Embed embed.FS
Functions ¶
func LoadTemplate ¶
LoadTemplate returns a parsed template from the embedded FS.
func MustLoadTemplate ¶
MustLoadTemplate calls LoadTemplate but panics if parsing fails.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.