diff options
| author | Jeff Carr <[email protected]> | 2025-01-29 19:59:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-29 19:59:42 -0600 |
| commit | 088496e2fb0638747a38fd4bf3fd860fa2ae77f0 (patch) | |
| tree | 8531fa0cf138fb5ab11bdfa13ebad6e34b631d30 | |
| parent | d8cc97ddb4ba6766b70f17c448de85942bf03f72 (diff) | |
rename
| -rw-r--r-- | doRestore.go (renamed from restore.go) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/restore.go b/doRestore.go index 527e656..7469158 100644 --- a/restore.go +++ b/doRestore.go @@ -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 } |
