package
0.0.0-20241015101531-360c2bfae9aa
Repository: https://github.com/twpayne/find-duplicates.git
Documentation: pkg.go.dev

# Functions

NewDupFinder returns a new [*DupFinder] with the given options.
WithChannelBufferCapacity sets the buffer capacity between different components.
No description provided by the author
WithRoots sets the roots.
WithThreshold sets the threshold.

# Structs

A DupFinder finds duplicate files.
Statistics contains various statistics.

# Type aliases

An Option sets an option on a [*DupFinder].