mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
8 lines
124 B
Go
8 lines
124 B
Go
package vfs
|
|
|
|
import "syscall"
|
|
|
|
func (fi FileInfo) getFileInfoSys() interface{} {
|
|
return syscall.Win32FileAttributeData{}
|
|
}
|