From b8012e05654c9823099fd4bb767c73a4229559f8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Oct 2025 09:24:52 -0500 Subject: notes for adding this later --- cleanGoSum.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cleanGoSum.go b/cleanGoSum.go index 73a2d30..aa23d8c 100644 --- a/cleanGoSum.go +++ b/cleanGoSum.go @@ -140,6 +140,9 @@ func (f *Forge) TrimGoSum(check *gitpb.Repo) error { } // rewrite the go.sum file +// 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) if err != nil { -- cgit v1.2.3