Documentation
¶
Overview ¶
Package diriterate provides a utility for iterating over the contents of a directory without loading all of it into memory at once.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirIterator ¶
type DirIterator struct {
// contains filtered or unexported fields
}
DirIterator iterates over the contents of a directory without loading all of it into memory at once.
Click to show internal directories.
Click to hide internal directories.