blob: bd1d6864573a7afc6b40c96360812ba67e1bc54c [file] [log] [blame]
package sftp
import (
"syscall"
)
func fakeFileInfoSys() interface{} {
return syscall.Win32FileAttributeData{}
}
func testOsSys(sys interface{}) error {
return nil
}