package
Version:
v0.10.1
Opens a new window with list of versions in this module.
Published: Nov 6, 2017
License: MIT
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Builder builds a Buffalo binary
Cleanup after run. This is automatically run at the end of `Run`.
It is provided publicly in-case a manual clean up is necessary.
Run builds a Buffalo binary
type Options struct {
meta.App
WithAssets bool `json:"with_assets"`
LDFlags string `json:"ld_flags"`
Tags []string `json:"tags"`
Static bool `json:"static"`
Debug bool `json:"debug"`
Compress bool `json:"compress"`
}
Options for a build
Source Files
¶
Click to show internal directories.
Click to hide internal directories.