Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 460 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 460 Bytes

find-duplicate-files

A project for me to practice writing Go for a blog post.

The app takes in a list of directories on the command-line and then recurses into them to look for duplicate files (based on their hash values).

Build Status