# Functions
FindBinary returns an absolute path to the binary built from a go_binary rule in the given package with the given name.
ListRunfiles returns a list of available runfiles.
NewTmpDir creates a new temporary directory in TestTmpDir().
Runfile returns an absolute path to the file named by "path", which should be a relative path from the workspace root to the file within the bazel workspace.
RunfilesPath return the path to the runfiles tree.
SetDefaultTestWorkspace allows you to set a fake value for the environment variable TEST_WORKSPACE if it is not defined.
SpliceDelimitedOSArgs is a utility function that scans the os.Args list for entries delimited by the begin and end delimiters (typically the values "-begin_files" and "-end_files" are used).
TestTmpDir returns the path the Bazel test temp directory.
TestWorkspace returns the name of the Bazel workspace for this test.
# Constants
No description provided by the author
No description provided by the author
Deprecated: Use github.com/bazelbuild/rules_go/go/runfiles instead to access runfiles.
No description provided by the author
Deprecated: Use github.com/bazelbuild/rules_go/go/runfiles instead to access runfiles.
# Structs
A RunfileEntry describes a runfile.