Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smsunarto committed Jun 28, 2024
1 parent a002a33 commit 3e470b7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<div align="center">
# go-jobqueue
A durable embedded job queue for Go applications built on top of [BadgerDB](https://github.com/dgraph-io/badger).
<br/>
<br/>
<a href="https://codecov.io/gh/Argus-Labs/go-jobqueue" >
<img alt="Code Coverage" src="https://codecov.io/gh/Argus-Labs/go-jobqueue/branch/main/graph/badge.svg?token=XMH4P082HZ"/>
</a>
<a href="https://goreportcard.com/report/argus-labs/go-jobqueue">
<img src="https://goreportcard.com/badge/argus-labs/go-jobqueue" alt="Go Report Card">
</a>
<a href="https://pkg.go.dev/argus-labs/go-jobqueue">
<img src="https://pkg.go.dev/badge/argus-labs/go-jobqueue.svg" alt="Go Reference" />
</a>
# go-jobqueue

A durable embedded job queue for Go applications built on top of [BadgerDB](https://github.com/dgraph-io/badger).
<br/>
<br/>
<a href="https://codecov.io/gh/Argus-Labs/go-jobqueue" >
<img alt="Code Coverage" src="https://codecov.io/gh/Argus-Labs/go-jobqueue/branch/main/graph/badge.svg?token=XMH4P082HZ"/>
</a>
<a href="https://goreportcard.com/report/argus-labs/go-jobqueue">
<img src="https://goreportcard.com/badge/argus-labs/go-jobqueue" alt="Go Report Card">
</a>
<a href="https://pkg.go.dev/argus-labs/go-jobqueue">
<img src="https://pkg.go.dev/badge/argus-labs/go-jobqueue.svg" alt="Go Reference" />
</a>
</div>


Expand Down

0 comments on commit 3e470b7

Please sign in to comment.