mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
6 lines
137 B
Go
6 lines
137 B
Go
package internal
|
|
|
|
import "github.com/anchore/stereoscope/pkg/file"
|
|
|
|
var RootTempDirGenerator = file.NewTempDirGenerator(ApplicationName)
|