Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Build ¶
type Build struct {
Type string `yaml:"type"` // trellis, origin(main.go). default trellis
Path string `yaml:"path"`
Static bool `yaml:"static"`
Flags string `yaml:"flags"`
Ldflags string `yaml:"ldflags"`
ExtLDFlags []string `yaml:"ext_ldflags"`
DelBuildFile bool `yaml:"delete_build_file"`
}
Build build configure
type BuildConfig ¶
type BuildConfig struct {
Project Project `json:"project" yaml:"project"`
// contains filtered or unexported fields
}
BuildConfig build config
func (*BuildConfig) RemovePath ¶
func (p *BuildConfig) RemovePath() error
RemovePath remove build path
type CheckConfig ¶
CheckConfig check licences & change logs' config
Click to show internal directories.
Click to hide internal directories.