package
0.0.0-20241030154441-ed0afeddb1b5
Repository: https://github.com/bazelbuild/reclient.git
Documentation: pkg.go.dev
# Functions
BinaryRelToAbs converts a path that is relative to the current executable to an absolute path.
ListRelToExecRoot converts a list of paths that are either relative to workingDir or absolute, to paths relative to execRoot.
ListRelToWorkingDir converts a list of paths that are either relative to the execroot or absolute, to paths relative to the workingDir.
RelToExecRoot converts a path that is either relative to workingDir or absolute, to a path relative to execRoot.
RelToWorkingDir converts a path that is either relative to the execroot or absolute, to a path relative to the workingDir.