mirror of https://github.com/pkg/sftp.git
8 lines
112 B
Go
8 lines
112 B
Go
|
package sftp
|
||
|
|
||
|
import "syscall"
|
||
|
|
||
|
func fakeFileInfoSys() interface{} {
|
||
|
return syscall.Win32FileAttributeData{}
|
||
|
}
|