builder

package
v1.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2018 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DebugLog func(string, ...interface{})

Functions

func Clean

func Clean(root string)

Clean up an *-packr.go files

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.

func New

func New(ctx context.Context, path string) *Builder

New Builder with a given context and path

func (*Builder) Run

func (b *Builder) Run() error

Run the builder.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL