Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildScript ¶
type BuildScript struct { Tags []string AppName string MainFile string Folder string Output string CoverageMode CoverageMode Platforms []*types.PlatformSpec Verbose bool NoCoverage bool }
func NewBuildScript ¶
func NewBuildScript(appName, mainfile string, folder string, tags []string, verbose bool, nocoverage bool, coverageMode CoverageMode, platforms ...*types.PlatformSpec) *BuildScript
func (*BuildScript) String ¶
func (bs *BuildScript) String() string
TODO: the -race flag needs CDO enabled for now https://github.com/golang/go/issues/6508
type CoverageMode ¶ added in v0.14.0
type CoverageMode string
Click to show internal directories.
Click to hide internal directories.