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