Rename project to "cook" and ditch loading fgrom args, now files exclusively

This commit is contained in:
2025-04-01 13:32:55 +02:00
parent 05bc31aa90
commit 0935b6e79f
11 changed files with 33 additions and 65 deletions

View File

@@ -1,8 +1,8 @@
package utils
import (
"cook/logger"
"fmt"
"modify/logger"
"sort"
)