diff options
| author | Jeff Carr <[email protected]> | 2024-11-30 02:02:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-30 02:02:59 -0600 |
| commit | b00584213dbb59b4694c2b353fd1271465b9f2cf (patch) | |
| tree | d13ed36a4b38ab315596b13ac52bf3fb21296f4d /common.go | |
| parent | eb72a685c487625908b159a47490d71863988033 (diff) | |
moving things to gitpbv0.22.18
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -177,6 +177,11 @@ func (rl *RepoList) TotalGo() int { return count } +func (rr *RepoRow) MakeRedoMod() error { + _, err := rr.pb.RedoGoMod() + return err +} + // very much a hack job func (rl *RepoList) MakeGoWork() error { goSrcDir := os.Getenv("REPO_WORK_PATH") |
