only use go-mod-clean

This commit is contained in:
Jeff Carr 2024-12-13 00:22:19 -06:00
parent 8127ad9a9e
commit 1d124c7dbf
1 changed files with 0 additions and 5 deletions

View File

@ -165,11 +165,6 @@ func (rl *RepoList) Total() int {
return len(me.allrepos)
}
func (rr *RepoRow) MakeRedoMod() error {
_, err := rr.pb.RedoGoMod()
return err
}
func (rl *RepoList) MakeGoWork() error {
goSrcDir := os.Getenv("REPO_WORK_PATH")
filename := filepath.Join(goSrcDir, "go.work")