diff options
| author | Jeff Carr <[email protected]> | 2024-03-09 18:05:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-09 18:05:17 -0600 |
| commit | daa02ea02370521a92082b94771679992eb1ffc8 (patch) | |
| tree | fa91a9966135d440f9c1148a0aacfa7c00a9eb41 | |
| parent | 77aa2ee639644b2ad14618c2a67f05d45ad5708c (diff) | |
| -rw-r--r-- | main.go | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 |
