syntax link

This commit is contained in:
s.kamardin 2016-01-20 16:50:34 +03:00
parent dfb03553a2
commit 0de106b322
1 changed files with 6 additions and 1 deletions

View File

@ -123,4 +123,9 @@ Pattern | Fixture | Operations | Speed (ns/op)
[godoc-image]: https://godoc.org/github.com/gobwas/glob?status.svg
[godoc-url]: https://godoc.org/github.com/gobwas/glob
[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.