Sign in
chromium
/
external
/
github.com
/
pkg
/
sftp
/
ab3b1a348110878ba49035ce91904cc41743feb0
/
.
/
request_windows.go
blob: bd1d6864573a7afc6b40c96360812ba67e1bc54c [
file
]
package sftp
import (
"syscall"
)
func fakeFileInfoSys() interface{} {
return syscall.Win32FileAttributeData{}
}
func testOsSys(sys interface{}) error {
return nil
}