photorg: initial commit

gen with claude-sonnet-4
This commit is contained in:
2025-07-23 12:03:06 +03:00
commit db9238c661
4 changed files with 577 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module git.vakhrushev.me/av/photorg
go 1.24.5
require (
github.com/barasher/go-exiftool v1.10.0
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
)