ONNX
security
malware-detection
File size: 149 Bytes
d2507b5
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
//go:build !unix

package compactscan

import "os"

func openPreflightFile(root *os.Root, name string) (*os.File, error) {
	return root.Open(name)
}