mirror of
https://github.com/rclone/rclone.git
synced 2025-12-15 15:53:41 +00:00
vendor: add github.com/a8m/tree
This commit is contained in:
9
vendor/github.com/a8m/tree/stat_unsupported.go
generated
vendored
Normal file
9
vendor/github.com/a8m/tree/stat_unsupported.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
//+build plan9 windows
|
||||
|
||||
package tree
|
||||
|
||||
import "os"
|
||||
|
||||
func getStat(fi os.FileInfo) (ok bool, inode, device, uid, gid uint64) {
|
||||
return false, 0, 0, 0, 0
|
||||
}
|
||||
Reference in New Issue
Block a user