Documentation
¶
Index ¶
- func RunBazelBuild(workspace, target string)
- func RunBazelQuery(workspace, folder string, command []string, targets map[string]struct{})
- func RunCommand(cfg *conf.GobazelConf, command string) error
- func RunGoInstall(cfg *conf.GobazelConf, goPkg string)
- func RunGoWalkInstall(cfg *conf.GobazelConf, workspace, proj string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunBazelBuild ¶
func RunBazelBuild(workspace, target string)
RunBazelBuild executes "bazel build" for the given bazel build target.
func RunBazelQuery ¶
RunBazelQuery executes "bazel query" for the given folder and returns all bazel build targets under this sub tree.
func RunCommand ¶
func RunCommand(cfg *conf.GobazelConf, command string) error
RunCommand executes the given command.
func RunGoInstall ¶
func RunGoInstall(cfg *conf.GobazelConf, goPkg string)
RunGoInstall executes the "go install" command on the given Go package.
func RunGoWalkInstall ¶
func RunGoWalkInstall(cfg *conf.GobazelConf, workspace, proj string)
RunGoWalkInstall walks the given proj directory and run "go install" for each go package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.