Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Digger ¶
type Digger interface { // Dig searches the information of a file or a directory recursively. Dig(name string, handler FileInfoHandler) error }
Digger provides recursive file search operations.
type FileInfoHandler ¶
Click to show internal directories.
Click to hide internal directories.