3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-01-04 17:42:39 +01:00
matterbridge/vendor/github.com/pkg/sftp/request_windows.go

12 lines
167 B
Go
Raw Normal View History

2018-03-04 23:46:13 +01:00
package sftp
import "syscall"
func fakeFileInfoSys() interface{} {
return syscall.Win32FileAttributeData{}
}
func testOsSys(sys interface{}) error {
return nil
}