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

14 lines
172 B
Go
Raw Normal View History

2023-10-12 08:20:53 +00:00
package sftp
import (
"syscall"
)
func fakeFileInfoSys() interface{} {
return syscall.Win32FileAttributeData{}
}
func testOsSys(sys interface{}) error {
return nil
}