Codebase list golang-github-mattn-go-zglob / 4329a68c-7aad-4f22-9d98-cf25068fee51/main
4329a68c-7aad-4f22-9d98-cf25068fee51/main

Tree @4329a68c-7aad-4f22-9d98-cf25068fee51/main (Download .tar.gz)

# 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)