Skip to content

GeCol1/duplicates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compare folders and find duplicates

Goal

Tools used before copying and merging folders of photos.

Algo

  • Give the 2 folders to compare
  • create a hash of all files of each folder
  • compare the hash
  • delete the file from folder 2

Code

The code should follow the Google style guide : https://google.github.io/styleguide/go/guide

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages