forked from Deuxfleurs/bagage
11 lines
153 B
Go
11 lines
153 B
Go
// +build plan9 windows android
|
|
|
|
package sftp
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func fileStatFromInfoOs(fi os.FileInfo, flags *uint32, fileStat *FileStat) {
|
|
// todo
|
|
}
|