We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ef3c6 commit 50b4f1bCopy full SHA for 50b4f1b
gopls/internal/golang/gc_annotations.go
@@ -34,6 +34,7 @@ func GCOptimizationDetails(ctx context.Context, snapshot *cache.Snapshot, mp *me
34
if err != nil {
35
return nil, err
36
}
37
+ tmpFile.Close() // ignore error
38
defer os.Remove(tmpFile.Name())
39
40
outDirURI := protocol.URIFromPath(outDir)
0 commit comments