Documentation
¶
Overview ¶
Package daisy is an example flower that copies, expanding the template, one file at install time and one file at configure time.
Index ¶
Constants ¶
View Source
const ( InstallPlainFileSrc = "embedded/inst1.txt" InstallTmplFileSrc = "embedded/inst2.txt.tmpl" ConfigTmplFileSrc = "embedded/config1.txt.tmpl" )
Input paths in the source fs.
View Source
const ( InstallPlainFileDst = "inst1.txt" InstallTmplFileDst = "inst2.txt" ConfigTmplFileDst = "config1.txt" )
Output paths in the destination fs, relative to the customizable Flower.DstDir.
View Source
const Name = "daisy"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flower ¶
func (*Flower) Description ¶
Click to show internal directories.
Click to hide internal directories.