Documentation
¶
Index ¶
Constants ¶
View Source
const (
// DefaultConfigFilename contains the default filename of the promu config file
DefaultConfigFilename = ".promu.yml"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Build struct { Binaries []Binary Flags string LDFlags string ExtLDFlags []string Tags map[string][]string Prefix string Static bool } Crossbuild struct { Platforms []string } Repository struct { Path string } Go struct { CGo bool Version string } Tarball struct { Files []string Prefix string } }
Config contains the Promu Command Configuration
Click to show internal directories.
Click to hide internal directories.