package
0.29.0
Repository: https://github.com/equationzhao/g.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
GlobOnly if all pattern complied successfully, return a func and nil error, if match any one, the fn will return keep, else return remove if error occurred, return nil func and error.
No description provided by the author
No description provided by the author
RemoveByExt eg: a.go b.c c.rs d.cxx dir RemoveByExt([]string{"go", "cxx"}) result: b.c c.rs dir.
No description provided by the author
RemoveGlob if all pattern complied successfully, return a func and nil error, if match any one, the fn will return remove, else return keep if error occurred, return nil func and error.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

ItemFilterFunc return true -> Keep return false -> remove.