5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-06 01:56:16 +00:00
2018-03-04 23:46:13 +01:00

12 lines
159 B
Go

// +build !cgo,!plan9 windows android
package sftp
import (
"os"
)
func fileStatFromInfoOs(fi os.FileInfo, flags *uint32, fileStat *FileStat) {
// todo
}