1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/vendor/github.com/mattn/go-zglob/README.md
2017-02-27 17:04:44 -03:00

310 B

go-zglob

Build Status

zglob

Usage

matches, err := zglob.Glob(`./foo/b*/**/z*.txt`)

Installation

$ go get github.com/mattn/go-zglob

License

MIT

Author

Yasuhiro Matsumoto (a.k.a mattn)