Files
cloudly-min/.rclone_repo/vendor/github.com/pkg/sftp/request_windows.go
2020-01-13 03:37:51 +00:00

12 lines
167 B
Go
Executable File

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