Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FindOption ¶ added in v0.3.0
type FindOption func(*FindOptions)
func FindWithFollow ¶ added in v0.3.0
func FindWithFollow(v bool) FindOption
func FindWithIgnore ¶ added in v0.3.0
func FindWithIgnore(v ...string) FindOption
func FindWithIsDir ¶ added in v0.4.1
func FindWithIsDir(v bool) FindOption
func FindWithIsFile ¶ added in v0.4.1
func FindWithIsFile(v bool) FindOption
type FindOptions ¶ added in v0.3.0
type FindOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.