Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 342 Bytes

Readme.md

File metadata and controls

15 lines (10 loc) · 342 Bytes

Go Deduplicate

Golang utility library for quickly de-duplicating files in a given directory by creating a new directory without duplicates or by deletion.

ToDo

  • Code cleanup
  • Documentation
  • Comment cleanup

Planned Features

  • Recursive deduplication
  • Performance enhancements
  • Report duplicates found