README ¶ go-zglob zglob Usage matches, err := zglob.Glob(`./foo/b*/**/z*.txt`) Installation For using library: $ go get github.com/mattn/go-zglob For using command: $ go install github.com/mattn/go-zglob/cmd/zglob@latest License MIT Author Yasuhiro Matsumoto (a.k.a mattn) Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Glob(pattern string) ([]string, error) func GlobFollowSymlinks(pattern string) ([]string, error) func Match(pattern, name string) (matched bool, err error) func New(pattern string) (*zenv, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Glob ¶ func Glob(pattern string) ([]string, error) func GlobFollowSymlinks ¶ func GlobFollowSymlinks(pattern string) ([]string, error) func Match ¶ func Match(pattern, name string) (matched bool, err error) func New ¶ func New(pattern string) (*zenv, error) Types ¶ This section is empty. Source Files ¶ View all Source files zglob.go Directories ¶ Show internal Expand all Path Synopsis cmd zglob fastwalk Click to show internal directories. Click to hide internal directories.