File: attrs_stubs.go

package info (click to toggle)
golang-github-pkg-sftp 0.0~git20160930.0.4d0e916-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 320 kB
  • sloc: makefile: 5
file content (11 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
// +build !cgo,!plan9 windows android

package sftp

import (
	"os"
)

func fileStatFromInfoOs(fi os.FileInfo, flags *uint32, fileStat *FileStat) {
	// todo
}