summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
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")