Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 479 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 479 Bytes

go-zglob

Build Status

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)