Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 376 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 376 Bytes

dups.go

A small command line utility to find duplicate files written in the go language.

The current version is rather slow, as it hashes every single file it encounters. I will implement the suggestions mentioned in the golang-nuts mailing list thread to make it faster.