mattn / go-zglob

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-zglob

Build Status

zglob

Usage

matches, err := zglob.Glob(`./foo/b*/**/z*.txt`)

Installation

For using library:

$ go get github.com/mattn/go-zglob

For using command:

$ go install github.com/mattn/go-zglob/cmd/zglob@latest

License

MIT

Author

Yasuhiro Matsumoto (a.k.a mattn)

About

License:MIT License


Languages

Language:Go 100.0%