format
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
)
|
||||
|
||||
const touchedFile = ".touched"
|
||||
|
||||
var touched = loadTouched()
|
||||
|
||||
var wg sync.WaitGroup
|
||||
|
||||
@@ -15,6 +15,7 @@ var imageExts = map[string]bool{
|
||||
".tif": true,
|
||||
".webp": true,
|
||||
}
|
||||
|
||||
func OptimizeImage(path string) {
|
||||
|
||||
fmt.Println("optiimg")
|
||||
|
||||
Reference in New Issue
Block a user