refactor: prepare the ground for watch command

This commit is contained in:
Antoine Aflalo
2024-08-27 14:19:07 -04:00
parent c6a8caf317
commit 7104121fcf
7 changed files with 49 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
package webp
import (
"github.com/belphemur/go-webpbin"
"github.com/belphemur/go-webpbin/v2"
"image"
"io"
)