fs: rename BasicInfo to DirEntry
This commit is contained in:
parent
e7e9aa0dfa
commit
e2d7d413ef
12 changed files with 31 additions and 33 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue