diff options
| author | Jeff Carr <[email protected]> | 2024-12-15 08:48:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-15 08:48:06 -0600 |
| commit | 340872788e76776574be3ba292e1f7a43cc41a8f (patch) | |
| tree | 5343a95ed665f8459488c33de7d41475d720e4a2 /goSrcScan.go | |
| parent | e796788e22797478add8b8c84951b203e9aa9e1e (diff) | |
clone() and misc other fixes and improvements
Diffstat (limited to 'goSrcScan.go')
| -rw-r--r-- | goSrcScan.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/goSrcScan.go b/goSrcScan.go index c13dce3..a50dbb2 100644 --- a/goSrcScan.go +++ b/goSrcScan.go @@ -65,6 +65,7 @@ func gitDirectoriesNew(srcDir string) ([]string, error) { switch fname { case "repos.pb": case "go.work": + case "go.work.last": default: // todo: figure out a way to do padding for init() log.Info("WARNING: you have an untracked file outside of any .git repository:", path) |
