github.com/pkg/sftp@v1.13.6/request_windows.go (about) 1 package sftp 2 3 import ( 4 "syscall" 5 ) 6 7 func fakeFileInfoSys() interface{} { 8 return syscall.Win32FileAttributeData{} 9 } 10 11 func testOsSys(sys interface{}) error { 12 return nil 13 }