ONNX
security
malware-detection
Vigil / source /pkg /compactscan /preflight_open_other.go
turentomer's picture
Publish self-contained Vigil distribution
d2507b5 verified
Raw
History Blame Contribute Delete
149 Bytes
//go:build !unix
package compactscan
import "os"
func openPreflightFile(root *os.Root, name string) (*os.File, error) {
return root.Open(name)
}