Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrEmptyPattern is returned when the input pattern is empty. ErrEmptyPattern = errors.New("empty pattern") // ErrMissingPathOrHost is returned when the input pattern is missing path or host. ErrMissingPathOrHost = errors.New("missing path or host") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.