GitXplorerGitXplorer
b

find-duplicate-files

public
12 stars
6 forks
3 issues

Commits

List of commits on branch master.
Unverified
8ecf3400998c9df63e9f6fd01c5069989a0ff383

link to blog post

bbrettcannon committed 11 years ago
Unverified
3b2516d960be536a32c53f2c2f639eea0d7c8b66

Make output easier to read

bbrettcannon committed 11 years ago
Unverified
d8c240df6c5e44b2bc6bd5d683435283c3878ee4

Rely on buffered channels instead of wait locks for throttling

bbrettcannon committed 11 years ago
Unverified
9deef05a987b8e81a41a9ad9a66c273d6a06f220

Increase code coverage to 81.8%

bbrettcannon committed 11 years ago
Unverified
3c763d224619c3771f896760d5ba5ffe8e590f8d

Ignore coverage.out

bbrettcannon committed 11 years ago
Unverified
a9394d7c5faaa5d38fe3078b5dbd8639ca6701c3

Simplifiy code reading responses by closing channel and then using range

bbrettcannon committed 11 years ago

README

The README file for this repository.

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