rename
This commit is contained in:
parent
d8cc97ddb4
commit
088496e2fb
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue