Tag: duplicate files

  • Go – Finding and removing duplicate files on a Mac

    My laptop’s hard drive is plagued with the same family pics stored in different folders. So, I wrote a simple app in Go to take care of this for me. The app does this by comparing MD5 hashes of files. Usage Assuming you saved the code in a file called main.go, here is how you…