summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 02:02:59 -0600
committerJeff Carr <[email protected]>2024-11-30 02:02:59 -0600
commitb00584213dbb59b4694c2b353fd1271465b9f2cf (patch)
treed13ed36a4b38ab315596b13ac52bf3fb21296f4d /common.go
parenteb72a685c487625908b159a47490d71863988033 (diff)
moving things to gitpbv0.22.18
Diffstat (limited to 'common.go')
-rw-r--r--common.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.go b/common.go
index 658b770..0992341 100644
--- a/common.go
+++ b/common.go
@@ -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")