summaryrefslogtreecommitdiff
path: root/finalGoSumCheck.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-12 02:06:55 -0600
committerJeff Carr <[email protected]>2024-12-12 02:06:55 -0600
commit6d25d1b1cb1a30dca271117774edeaeb95211f3d (patch)
tree5f36333f9cac490c4e49d2d587b0ec484b76d0e5 /finalGoSumCheck.go
parentb7e36449dec8c2939210f55d98dd6dc2c0453e04 (diff)
re-parse go.sum again after Trim()
Diffstat (limited to 'finalGoSumCheck.go')
-rw-r--r--finalGoSumCheck.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/finalGoSumCheck.go b/finalGoSumCheck.go
index 22618eb..33e5a4d 100644
--- a/finalGoSumCheck.go
+++ b/finalGoSumCheck.go
@@ -7,6 +7,8 @@ import (
"go.wit.com/log"
)
+// DOES NOT MODIFY ANYTHING
+//
// this is a final check to make sure, before pushing
// a golang repo, that the go.sum file has the correct
// and current version of every package