mirror of https://github.com/gobwas/glob.git
syntax link
This commit is contained in:
parent
dfb03553a2
commit
0de106b322
|
@ -123,4 +123,9 @@ Pattern | Fixture | Operations | Speed (ns/op)
|
||||||
[godoc-image]: https://godoc.org/github.com/gobwas/glob?status.svg
|
[godoc-image]: https://godoc.org/github.com/gobwas/glob?status.svg
|
||||||
[godoc-url]: https://godoc.org/github.com/gobwas/glob
|
[godoc-url]: https://godoc.org/github.com/gobwas/glob
|
||||||
[travis-image]: https://travis-ci.org/gobwas/glob.svg?branch=master
|
[travis-image]: https://travis-ci.org/gobwas/glob.svg?branch=master
|
||||||
[travis-url]: https://travis-ci.org/gobwas/glob
|
[travis-url]: https://travis-ci.org/gobwas/glob
|
||||||
|
|
||||||
|
## Syntax
|
||||||
|
|
||||||
|
Syntax is inspired by [standard wildcards](http://tldp.org/LDP/GNU-Linux-Tools-Summary/html/x11655.htm),
|
||||||
|
except that `**` is aka super-asterisk, that do not sensitive for separators.
|
Loading…
Reference in New Issue