summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-29 09:38:32 -0600
committerJeff Carr <[email protected]>2024-01-29 09:38:32 -0600
commit8f44a292c8c72941acd7b34246caa7d85880602a (patch)
treea36714dcc33329ed6a67d8e33e8903032c95211e /scan.go
parent8034921c7d63df9b2c402d7a4053c29f97d80761 (diff)
testing go
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/scan.go b/scan.go
index 0a52d95..1549815 100644
--- a/scan.go
+++ b/scan.go
@@ -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.