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

12 lines
167 B
Go

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