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.