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
+10
View File
@@ -5,6 +5,16 @@ import (
"os/exec"
)
var imageExts = map[string]bool{
".jpeg": true,
".jpg": true,
".png": true,
".gif": true,
".bmp": true,
".tiff": true,
".tif": true,
".webp": true,
}
func OptimizeImage(path string) {
fmt.Println("optiimg")