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

@ -952,7 +952,7 @@ func TestListDirSorted(t *testing.T) {
var items fs.DirEntries
var err error
// Turn the BasicInfo into a name, ending with a / if it is a
// Turn the DirEntry into a name, ending with a / if it is a
// dir
str := func(i int) string {
item := items[i]