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