Go: Do not add dummy files to CompilationCompilingFilesTable

This commit is contained in:
Michael B. Gale
2024-02-13 14:21:07 +00:00
parent 5e08bf0dbf
commit be521508c2
2 changed files with 8 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ func (extraction *Extraction) extractGoMod(path string) error {
return err
}
extraction.extractFileInfo(tw, path)
extraction.extractFileInfo(tw, path, false)
file, err := os.Open(path)
if err != nil {