Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FS embed.FS
FS contains the embedded default templates for installation and generation.
ReadFunc is the function used by Read. Tests can replace it to simulate errors.
View Source
var WalkFunc = func(root string, fn fs.WalkDirFunc) error { return fs.WalkDir(FS, root, fn) }
WalkFunc is the function used by Walk. Tests can replace it to simulate errors.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.