1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-19 01:33:25 +00:00
Files
rclone/vendor/github.com/pkg/sftp/request_windows.go

12 lines
167 B
Go

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