summaryrefslogtreecommitdiff
path: root/scanRepoDir.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-27 10:45:25 -0500
committerJeff Carr <[email protected]>2025-10-27 10:45:25 -0500
commit9e98e0b36d794d4acb7bc81909ee94598a43b37c (patch)
tree1144dea4a8676d90eb024651efad58591e3c6ceb /scanRepoDir.go
parentb7e832d8a5a00ed6647735b8c9a3151cb8496899 (diff)
work on a Cache setting concept
Diffstat (limited to 'scanRepoDir.go')
-rw-r--r--scanRepoDir.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/scanRepoDir.go b/scanRepoDir.go
index d5050f7..537acee 100644
--- a/scanRepoDir.go
+++ b/scanRepoDir.go
@@ -130,6 +130,7 @@ func gitDirectoriesNew(srcDir string) ([]string, error) {
_, fname := filepath.Split(path)
switch fname {
case "repos.pb":
+ case "gowork.pb":
case "go.work":
case "go.work.last":
case "go.work.sum":