package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev

# Functions

AbsPath is a convenience wrapper around filepath.Abs that accepts a string pointer, base, and updates it on successful resolution.
IsNotExist calls os.IsNotExist on the unwrapped err.
MakeDirs is a convenience wrapper around os.MkdirAll that applies a 0755 mask to all created directories.
MakePathUserWritable updates the filesystem metadata on a single file or directory to make it user-writable.
MakeReadOnly recursively iterates through all of the files and directories starting at path and marks them read-only.
RemoveAll is a fork of os.RemoveAll that attempts to deal with read only files and directories by modifying permissions as necessary.
Touch creates a new, empty file at the specified path.

# Structs

TempDir configures a temporary directory.