idun/vendor/github.com/pkg/sftp/request_windows.go

14 lines
172 B
Go

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