From f9331ea548637efb0b758db978cf1ae1990c3796 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 23 May 2025 10:33:54 -0500 Subject: [PATCH] also ignore this file GO creates when using go.work --- goSrcScan.go | 1 + 1 file changed, 1 insertion(+) diff --git a/goSrcScan.go b/goSrcScan.go index 503f93f..86e4341 100644 --- a/goSrcScan.go +++ b/goSrcScan.go @@ -73,6 +73,7 @@ func gitDirectoriesNew(srcDir string) ([]string, error) { case "repos.pb": case "go.work": case "go.work.last": + case "go.work.sum": default: // todo: figure out a way to do padding for init() if trip == false {