summaryrefslogtreecommitdiff
path: root/cleanGoSum.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 06:32:34 -0500
committerJeff Carr <[email protected]>2025-10-19 06:32:34 -0500
commit5a8bc9367e17e4e03be389a8896a93ed8d4c93c1 (patch)
tree6a6c0275d2f91c1eb39bd3d34bb42b32ec1c698d /cleanGoSum.go
parentb8012e05654c9823099fd4bb767c73a4229559f8 (diff)
notes for laterv0.0.186
Diffstat (limited to 'cleanGoSum.go')
-rw-r--r--cleanGoSum.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleanGoSum.go b/cleanGoSum.go
index aa23d8c..61f6036 100644
--- a/cleanGoSum.go
+++ b/cleanGoSum.go
@@ -140,8 +140,8 @@ func (f *Forge) TrimGoSum(check *gitpb.Repo) error {
}
// rewrite the go.sum file
-// data, _ := os.ReadFile("go.sum")
-// cobol.DumbTable(string(data))
+ // data, _ := os.ReadFile("go.sum")
+ // cobol.DumbTable(string(data))
newfilename := filepath.Join(filepath.Join(check.FullPath, "go.sum"))
newf, err := os.OpenFile(newfilename, os.O_RDWR|os.O_CREATE|os.O_TRUNC, 0644)