package
0.0.0-20240609035826-c5366d47e54b
Repository: https://github.com/jschaf/b2.git
Documentation: pkg.go.dev

# Functions

Copy the contents of the src file to dest.
CopyLazy copies the contents of the src file to dest only if the contents are different.
WalkCollect walks dir, recursively calling walkFunc on each entry collecting a slice of T from each walkFunc.
WalkConcurrent walks dir, recursively calling walkFunc on each entry.
WalkUp traverses up directory tree until it finds an ancestor directory that contains dirToFind.

# Type aliases

No description provided by the author