Directories ¶
Path | Synopsis |
---|---|
tools
|
|
bazel
Package bazel provides utilities for interacting with the surrounding Bazel environment.
|
Package bazel provides utilities for interacting with the surrounding Bazel environment. |
builders
asm builds a single .s file with "go tool asm".
|
asm builds a single .s file with "go tool asm". |
fetch_repo
Command fetch_repo is similar to "go get -d" but it works even if the given repository path is not a buildable Go package and it checks out a specific revision rather than the latest revision.
|
Command fetch_repo is similar to "go get -d" but it works even if the given repository path is not a buildable Go package and it checks out a specific revision rather than the latest revision. |
gazelle/gazelle
Command gazelle is a BUILD file generator for Go projects.
|
Command gazelle is a BUILD file generator for Go projects. |
gazelle/merger
Package merger provides methods for merging parsed BUILD files.
|
Package merger provides methods for merging parsed BUILD files. |
gazelle/packages
Package packages provides Go package traversal in a Bazel repository.
|
Package packages provides Go package traversal in a Bazel repository. |
gazelle/resolve/internal/gen_std_package_list
gen_std_package_list reads a text file containing a list of packages (one per line) and generates a .go file containing a set of package names.
|
gen_std_package_list reads a text file containing a list of packages (one per line) and generates a .go file containing a set of package names. |
gazelle/rules
Package rules provides Bazel rule generation for Go build targets.
|
Package rules provides Bazel rule generation for Go build targets. |
gazelle/wspace
Package wspace provides functions to locate and modify a bazel WORKSPACE file.
|
Package wspace provides functions to locate and modify a bazel WORKSPACE file. |
wtool
wtool augments your bazel WORKSPACE file with go_repository entries Example Usage: wtool com_github_golang_glog com_google_cloud_go will add 2 go_repository rules to your WORKSPACE by converting com_github_golang_glog -> github.com/golang/glog and so forth and then doing a 'git ls-remote' to get the latest commit.
|
wtool augments your bazel WORKSPACE file with go_repository entries Example Usage: wtool com_github_golang_glog com_google_cloud_go will add 2 go_repository rules to your WORKSPACE by converting com_github_golang_glog -> github.com/golang/glog and so forth and then doing a 'git ls-remote' to get the latest commit. |
Click to show internal directories.
Click to hide internal directories.