restic/vendor/github.com/pkg/sftp/attrs_stubs.go

12 lines
159 B
Go
Raw Normal View History

2017-07-23 14:24:45 +02:00
// +build !cgo,!plan9 windows android
package sftp
import (
"os"
)
func fileStatFromInfoOs(fi os.FileInfo, flags *uint32, fileStat *FileStat) {
// todo
}