diff options
| author | Jeff Carr <[email protected]> | 2024-01-29 09:38:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-29 09:38:32 -0600 |
| commit | 8f44a292c8c72941acd7b34246caa7d85880602a (patch) | |
| tree | a36714dcc33329ed6a67d8e33e8903032c95211e /scan.go | |
| parent | 8034921c7d63df9b2c402d7a4053c29f97d80761 (diff) | |
testing go
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -140,10 +140,9 @@ func scanGoSum() { repo.newScan() } - // log.Info("find the next repo to release here") log.Info("repo:", latestversion, status, repo.status.String()) } - log.Info("scan() did everything, not sure what to do next") + log.Info("scanGoSum() did everything, not sure what to do next") } // timeFunction takes a function as an argument and returns the execution time. |
