This commit is contained in:
Jeff Carr 2025-01-29 19:59:42 -06:00
parent d8cc97ddb4
commit 088496e2fb
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ func restoreFromGoPkg(repo *gitpb.Repo) error {
if shell.Exists(modfile) {
// go.mod exists
} else {
log.Info(repo.GetGoPath(), "does not have file:", modfile)
// nothing to do. this repo does not have a go.mod file
return nil
}