clone is in repostatus

This commit is contained in:
Jeff Carr 2024-03-09 18:05:17 -06:00
parent 77aa2ee639
commit daa02ea023
1 changed files with 0 additions and 13 deletions

13
main.go
View File

@ -72,19 +72,6 @@ func main() {
log.Info("Creating", wdir + "/go.work")
rv.MakeGoWork()
}
// for _, repo := range rv.AllRepos() {
// log.Info("found repo", repo.GoPath(), repo.Status.Path())
// }
}
func clone(path string) {
pwd, err := os.Getwd()
if err != nil {
return
}
shell.RunPath(pwd, []string{"git", "clone", path})
}
// look for or make a go.work file