A small tool to sort pictures and videos into a common date based directory structure.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module picsort |
|
|
|
go 1.14 |
|
|
|
require ( |
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd |
|
github.com/tajtiattila/metadata v0.0.0-20180130123038-1ef25f4c37ea |
|
)
|
|
|