Documentation ¶
Overview ¶
Package generator provides core functionality of BUILD file generation in gazelle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GoRulesBzl is the label of the Skylark file which provides Go rules // You usually don't need to overwrite this variable. // // See also #135. // TODO(yugui): Make it a constant when we drop support of Bazel 0.3.2. GoRulesBzl = "@io_bazel_rules_go//go:def.bzl" )
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
Generator generates BUILD files for a Go repository.
func New ¶
New returns a new Generator which is responsible for a Go repository.
"repoRoot" is a path to the root directory of the repository. "goPrefix" is the go_prefix corresponding to the repository root directory. "buildTags" is a comma-delimited set of build tags to set in the build context. See also https://github.com/bazelbuild/rules_go#go_prefix.
Click to show internal directories.
Click to hide internal directories.