From 8f44a292c8c72941acd7b34246caa7d85880602a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 29 Jan 2024 09:38:32 -0600 Subject: testing go Signed-off-by: Jeff Carr --- scan.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scan.go') 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. -- cgit v1.2.3