Skip to content

Commit

Permalink
chore: Adds go doc badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rdleal committed Oct 6, 2023
1 parent 5702ad9 commit e53fffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Keyed Priority Queue

[![Go Reference](https://pkg.go.dev/badge/github.com/rdleal/go-priorityq/kpq.svg)](https://pkg.go.dev/github.com/rdleal/go-priorityq/kpq)
[![Go Report Card](https://goreportcard.com/badge/github.com/rdleal/go-priorityq)](https://goreportcard.com/report/github.com/rdleal/go-priorityq)
[![codecov](https://codecov.io/gh/rdleal/go-priorityq/graph/badge.svg?token=DEVXQHRRQD)](https://codecov.io/gh/rdleal/go-priorityq)

Expand Down Expand Up @@ -62,6 +63,9 @@ Checking if a key exists in the priority queue:
exists := pq.Contains("key3")
fmt.Println("Key 'key3' exists:", exists)
```

For more operations, check out the [GoDoc page](https://pkg.go.dev/github.com/rdleal/go-priorityq/kpq).

# Testing

Run unit tests:
Expand Down

0 comments on commit e53fffb

Please sign in to comment.