bagage/sftp/attrs_stubs.go

12 lines
153 B
Go
Raw Normal View History

2021-11-19 18:54:49 +00:00
// +build plan9 windows android
package sftp
import (
"os"
)
func fileStatFromInfoOs(fi os.FileInfo, flags *uint32, fileStat *FileStat) {
// todo
}