Rename project to "cook" and ditch loading fgrom args, now files exclusively
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
package utils
|
||||
|
||||
import (
|
||||
"cook/logger"
|
||||
"fmt"
|
||||
"modify/logger"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"time"
|
||||
|
||||
"github.com/go-git/go-git/v5/plumbing/object"
|
||||
"github.com/go-git/go-git/v5"
|
||||
"github.com/go-git/go-git/v5/plumbing/object"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -94,4 +94,4 @@ func CleanupGitFiles(files []string) error {
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user