Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DebugLog func(string, ...interface{})
Functions ¶
Types ¶
type Builder ¶
type Builder struct { context.Context RootPath string IgnoredBoxes []string IgnoredFolders []string Compress bool // contains filtered or unexported fields }
Builder scans folders/files looking for `packr.NewBox` and then compiling the required static files into `<package-name>-packr.go` files so they can be built into Go binaries.
Click to show internal directories.
Click to hide internal directories.