package
0.14.8
Repository: https://github.com/unbasical/doras.git
Documentation: pkg.go.dev

# Functions

CleanDirectory removes all files and subdirectories within dirPath, leaving the directory itself intact.
CompareDirectories checks if two directories have the same structure and content.
CompareDirectoriesHasher checks if two directories have the same structure and content.
No description provided by the author
ReadOrPanic reads the entire file at the provided path or panics if it is not possible.
ReplaceDirectory atomically replaces the directory at targetPath with the directory at currentPath.
ReplaceFile atomically replaces the file at targetPath with the file at currentPath, using a unique lock file based on targetPath.
SafeReadFile reads the file at the provided path into a byte slice.
SafeReadYAML reads the YAML file at the path into the targetPointer.