spiegel_podman/vendor/github.com/pkg/sftp/request_windows.go
renovate[bot] aa6086ceb0
Update common, image, and storage deps to b3642f3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-19 01:57:22 +00:00

13 lines
156 B
Go

package sftp
import (
"syscall"
)
func fakeFileInfoSys() any {
return syscall.Win32FileAttributeData{}
}
func testOsSys(sys any) error {
return nil
}