1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 09:33:36 +00:00

fs: rename BasicInfo to DirEntry

This commit is contained in:
Nick Craig-Wood
2017-06-30 10:54:14 +01:00
parent e7e9aa0dfa
commit e2d7d413ef
12 changed files with 31 additions and 33 deletions

View File

@@ -21,7 +21,7 @@ import (
//
// node may be nil, but o may not
type DirEntry struct {
o fs.BasicInfo
o fs.DirEntry
node fusefs.Node
}