package
0.0.0-20241121212850-a65fe4ef4ff0
Repository: https://github.com/devnw/syncer.git
Documentation: pkg.go.dev

# Functions

H256 takes in file information and hashes the file.
Recurse is a method for concurrently recursing through a directory structure and returning the file info over a channel to the caller.

# Interfaces

Info is an interface expansion of os.FileInfo which includes a Path() method which returns the path of the absolute path of a file if one is set.