aboutsummaryrefslogtreecommitdiff
path: root/sftp/attrs_stubs.go
diff options
context:
space:
mode:
Diffstat (limited to 'sftp/attrs_stubs.go')
-rw-r--r--sftp/attrs_stubs.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/sftp/attrs_stubs.go b/sftp/attrs_stubs.go
new file mode 100644
index 0000000..c01f336
--- /dev/null
+++ b/sftp/attrs_stubs.go
@@ -0,0 +1,11 @@
+// +build plan9 windows android
+
+package sftp
+
+import (
+ "os"
+)
+
+func fileStatFromInfoOs(fi os.FileInfo, flags *uint32, fileStat *FileStat) {
+ // todo
+}