This commit is contained in:
s.kamardin 2015-11-30 18:41:06 +03:00
parent 2096a79193
commit 410d773414
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# glob.[go](https://golang.org)
[![GoDoc](https://godoc.org/github.com/gobwas/glob?status.svg)](https://godoc.org/github.com/gobwas/glob)
[![GoDoc][godoc-image]][godoc-url] [![Build Status][travis-image]][travis-url]
> Simple globbing library.
@ -62,4 +62,10 @@ Run `go test bench=.` from source root to see the benchmarks:
Test | Operations | Speed
-----|------------|------
github.com/gobwas/glob | 20000000 | 165 ns/op
github.com/ryanuber/go-glob | 10000000 | 452 ns/op
github.com/ryanuber/go-glob | 10000000 | 452 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