Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resemble ¶
type Resemble struct { // The resulting output file (e.g. 'assets.go') OutputFile string // The package name where the output file lives (e.g. 'fooserver') PackageName string // For development builds, rather than embedding file contents in source, // add a wrapper with the same interface that loads files from disk Debug bool // Root paths to every asset to be embedded. Directories are traversed recursively. AssetPaths []string }
The Resemble wraps all options for EMBedding RESources into a static file
Click to show internal directories.
Click to hide internal directories.