| //go:build !unix | |
| package compactscan | |
| import "os" | |
| func openPreflightFile(root *os.Root, name string) (*os.File, error) { | |
| return root.Open(name) | |
| } | |
| //go:build !unix | |
| package compactscan | |
| import "os" | |
| func openPreflightFile(root *os.Root, name string) (*os.File, error) { | |
| return root.Open(name) | |
| } | |