Documentation ¶
Overview ¶
Package export handles exporting parts of the repo to other directories. This is useful if, for example, one wanted to separate out part of their repo with all dependencies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Outputs ¶
func Outputs(state *core.BuildState, dir string, targets []core.BuildLabel)
Outputs exports the outputs of a target.
func ToDir ¶
func ToDir(state *core.BuildState, dir string, targets []core.BuildLabel)
ToDir exports a set of targets to the given directory. It dies on any errors.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.