only use go-mod-clean
This commit is contained in:
parent
8127ad9a9e
commit
1d124c7dbf
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue