From ab1073853bdeba13dfbd3bcd4330958e11bf0c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jupp=20M=C3=BCller?= Date: Wed, 1 Jun 2016 11:49:13 +0200 Subject: [PATCH] Add go report badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d4f3e..a001a68 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# go-priority-queue [![Build Status](https://travis-ci.org/jupp0r/go-priority-queue.svg?branch=master)](https://travis-ci.org/jupp0r/go-priority-queue) [![Coverage Status](https://coveralls.io/repos/github/jupp0r/go-priority-queue/badge.svg?branch=master)](https://coveralls.io/github/jupp0r/go-priority-queue?branch=master) [![GoDoc](https://godoc.org/github.com/jupp0r/go-priority-queue?status.svg)](https://godoc.org/github.com/jupp0r/go-priority-queue) +# go-priority-queue [![Build Status](https://travis-ci.org/jupp0r/go-priority-queue.svg?branch=master)](https://travis-ci.org/jupp0r/go-priority-queue) [![Coverage Status](https://coveralls.io/repos/github/jupp0r/go-priority-queue/badge.svg?branch=master)](https://coveralls.io/github/jupp0r/go-priority-queue?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/jupp0r/go-priority-queue)](https://goreportcard.com/report/github.com/jupp0r/go-priority-queue) [![GoDoc](https://godoc.org/github.com/jupp0r/go-priority-queue?status.svg)](https://godoc.org/github.com/jupp0r/go-priority-queue) A priority queue implementation on top of container/heap