libdupes

package
v0.0.0-...-765bb29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2022 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	Size  int64
	Names []string
}

Info contains information on duplicate file sets--specifically, the per-file size in bytes and the file paths.

func Dupes

func Dupes(roots []string, progressCb func(cur int, outof int)) ([]Info, error)

Dupes finds all duplicate files starting at the directory specified by "root". If specified, progressCb will be called to update the file processing progress.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL