From 410d7734148e56acb534b7de2c985815b83c20e7 Mon Sep 17 00:00:00 2001 From: "s.kamardin" Date: Mon, 30 Nov 2015 18:41:06 +0300 Subject: [PATCH] Badge --- readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3eca213..83fe087 100644 --- a/readme.md +++ b/readme.md @@ -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 \ No newline at end of file +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 \ No newline at end of file