1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +02:00
2018-10-27 17:02:24 -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)