Documentation ¶
Overview ¶
Package generator provides core functionality of BUILD file generation in gazelle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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. See also https://github.com/bazelbuild/rules_go#go_prefix.
Click to show internal directories.
Click to hide internal directories.