Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Binary ¶
Binary is a target describing how to compile a Go binary whose main package is in `dir`. The resulting binary gets written to `outfile`. Additional command-line arguments for `go build` can be specified with `flags`.
A Binary target may be specified in YAML using the tag !go.Binary, which introduces a mapping whose fields are:
- Dir: the directory containing the main Go package
- Out: the output file that will contain the compiled binary,
- Flags: a sequence of additional command-line flags for `go build`
Both Dir and Out are either absolute or relative to the directory containing the YAML file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.