From 16423b01f5ef891b450d6279a3033fa47f48afe5 Mon Sep 17 00:00:00 2001 From: Acho Arnold Date: Mon, 31 Aug 2020 12:55:14 +0200 Subject: [PATCH] Updating from go doc go pkg.dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a001a68..0174458 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) [![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) +# 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)[![PkgGoDev](https://pkg.go.dev/badge/github.com/jupp0r/go-priority-queue)](https://pkg.go.dev/github.com/jupp0r/go-priority-queue) A priority queue implementation on top of container/heap