1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00
Files
task/vendor/github.com/mattn/go-zglob
Andrey Nering 0513a21e25 update dependencies
also make sure the module that enables /dev/null path of the sh
interpreter is enabled
2017-10-15 17:41:15 -02:00
..
2017-02-27 17:04:44 -03:00
2017-07-30 21:00:50 -03:00
2017-10-15 17:41:15 -02:00
2017-02-27 17:04:44 -03:00
2017-02-27 17:04:44 -03:00

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)