https://github.com/mattn/go-zglob
https://github.com/mattn/go-zglob
glob go zglob
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattn/go-zglob
- Owner: mattn
- License: mit
- Created: 2015-12-12T04:12:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T14:15:51.000Z (about 1 year ago)
- Last Synced: 2025-05-09T20:09:50.723Z (5 months ago)
- Topics: glob, go, zglob
- Language: Go
- Size: 47.9 KB
- Stars: 202
- Watchers: 8
- Forks: 25
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# go-zglob
[](https://github.com/mattn/go-zglob/actions/workflows/go.yml)
zglob
## Usage
```go
matches, err := zglob.Glob(`./foo/b*/**/z*.txt`)
```## Installation
For using library:
```console
$ go get github.com/mattn/go-zglob
```For using command:
```console
$ go install github.com/mattn/go-zglob/cmd/zglob@latest
```## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a mattn)