Skip to content

Commit

Permalink
Add go report badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jupp0r committed Jun 1, 2016
1 parent 04aad4a commit ab10738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ab10738

Please sign in to comment.