diff options
| author | Jeff Carr <[email protected]> | 2024-11-06 18:27:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-06 18:27:00 -0600 |
| commit | d7284f55c1a7d38d51f5bfea7b179d7e5a6bbf5a (patch) | |
| tree | c669f6bfb502dd05b87ef27d7101d519c99a9bc5 | |
| parent | ee8a0aa3eb51d07db88d7d9c0fe8f472ea171360 (diff) | |
stdout message on successv0.5.1
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |
