Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct { // Pattern is used for matching one or multiple files. // The pattern may describe hierarchical names such as // /usr/*/bin/ed (assuming the Separator is '/'). Pattern string }
FS represents a local file system
func (*FS) List ¶ added in v1.89.0
List returns the list of file names which will be read via Read fn
Click to show internal directories.
Click to hide internal directories.