Documentation ¶
Index ¶
Constants ¶
View Source
const (
// BUILDFILE is the name of the file that keeps targets
BUILDFILE = "BUILD"
)
Variables ¶
Functions ¶
func FindWorkspace ¶
FindWorkspace looks for recursively for WORKSPACE file in each parent directory. If it fails to find anything it will return the fist directory with .git
A workspace is a directory on your filesystem that contains the source files for the software you want to build, as well as symbolic links to directories that contain the build outputs. Each workspace directory has a text file named WORKSPACE which may be empty, or may contain references to external dependencies required to build the outputs. https://docs.bazel.build/versions/master/build-ref.html#workspace
Types ¶
type Stat ¶
Stat checks if a file exists or not in a workspace
Click to show internal directories.
Click to hide internal directories.