mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
26 lines
310 B
Markdown
26 lines
310 B
Markdown
# go-zglob
|
|
|
|
[![Build Status](https://travis-ci.org/mattn/go-zglob.svg)](https://travis-ci.org/mattn/go-zglob)
|
|
|
|
zglob
|
|
|
|
## Usage
|
|
|
|
```go
|
|
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)
|