Fix reference to utils

This commit is contained in:
2025-04-18 12:48:24 +02:00
parent 75bf449bed
commit 258dcc88e7

View File

@@ -1,7 +1,7 @@
package main
import (
"modify/utils"
"cook/utils"
"os"
"path/filepath"
"testing"