package
0.0.0-20220501030412-677f5dfb8df9
Repository: https://github.com/gonzojive/bazelgopackagesdriver.git
Documentation: pkg.go.dev

# Functions

ConcatStringsArrays flattens each []string in the arguments into a string.
EnsureAbsolutePathFromWorkspace returns path if path is absolute; otherwise it is interpretted as relative to workspaceRoot, and filepath.Join(workspaceRoot, path) is returned.
No description provided by the author
LookupEnvOrDefault returns os.LookupEnv(key) or defaultValue if the key is not in the environment.
SignalCancelledContext returns a child context and cancellation function.