podman-build/vendor/github.com/pkg/sftp/request_windows.go
2025-10-11 12:30:35 +09:00

14 lines
172 B
Go

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