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

@ -525,7 +525,7 @@ func readFilesFn(fs Fs, includeAll bool, dir string, add func(Object) error) (er
}
// DirEntries is a slice of Object or *Dir
type DirEntries []BasicInfo
type DirEntries []DirEntry
// Len is part of sort.Interface.
func (ds DirEntries) Len() int {