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 4ff2ee80ee
commit c5d1dad8de
11 changed files with 37 additions and 63 deletions

View File

@@ -8,12 +8,12 @@ import (
"sync"
"time"
"modify/processor"
"modify/utils"
"cook/processor"
"cook/utils"
"github.com/go-git/go-git/v5"
"modify/logger"
"cook/logger"
)
type GlobalStats struct {