sftp/attrs_stubs.go

12 lines
151 B
Go
Raw Normal View History

2015-09-20 10:09:03 +08:00
// +build !cgo,!plan9 android
package sftp
import (
"os"
)
func fileStatFromInfoOs(fi os.FileInfo, flags *uint32, fileStat *FileStat) {
// todo
}