Clean up shop a bit

This commit is contained in:
2025-07-20 11:20:19 +02:00
parent 5518b27663
commit 22f991e72e
6 changed files with 72 additions and 100 deletions

View File

@@ -11,7 +11,6 @@ import (
"cook/processor"
"cook/utils"
"github.com/go-git/go-git/v5"
"gopkg.in/yaml.v3"
logger "git.site.quack-lab.dev/dave/cylogger"
@@ -26,8 +25,6 @@ type GlobalStats struct {
}
var (
repo *git.Repository
worktree *git.Worktree
stats GlobalStats = GlobalStats{
ModificationsPerCommand: sync.Map{},
}