2023-03-28 01:05:24 +08:00
|
|
|
//go:build plan9 || windows || android
|
2021-08-11 21:11:37 +08:00
|
|
|
// +build plan9 windows android
|
2015-09-20 10:09:03 +08:00
|
|
|
|
|
|
|
package sftp
|
|
|
|
|
|
|
|
import (
|
|
|
|
"os"
|
|
|
|
)
|
|
|
|
|
|
|
|
func fileStatFromInfoOs(fi os.FileInfo, flags *uint32, fileStat *FileStat) {
|
|
|
|
// todo
|
|
|
|
}
|