stdout message on success

This commit is contained in:
Jeff Carr 2024-11-06 18:27:00 -06:00
parent ee8a0aa3eb
commit d7284f55c1
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ func main() {
}
log.Info("Total repositories:", count)
log.Info("Finished go-clone for", myargs.Repo)
if !myargs.NoWork {
log.Info("Creating", wdir+"/go.work")
rv.MakeGoWork()