move parts

This commit is contained in:
2026-09-06 04:00:34 +02:00
parent d0d34beb44
commit db3c9e03f9
2 changed files with 10 additions and 12 deletions
-12
View File
@@ -11,22 +11,10 @@ import (
)
const touchedFile = ".touched"
var touched = loadTouched()
var wg sync.WaitGroup
var imageExts = map[string]bool{
".jpeg": true,
".jpg": true,
".png": true,
".gif": true,
".bmp": true,
".tiff": true,
".tif": true,
".webp": true,
}
func main() {
err := filepath.WalkDir(".", func(path string, d fs.DirEntry, err error) error {
if err != nil {