Skip to content

Commit 4f629b4

Browse files
committed
docs: add status and documentation badges to README
- Add badges for build status, Go Report Card, and GoDoc to the top of the README Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 7e5fdb5 commit 4f629b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# rabbitmq
22

3+
[![Run Testing](https://github.com/golang-queue/rabbitmq/actions/workflows/go.yml/badge.svg)](https://github.com/golang-queue/rabbitmq/actions/workflows/go.yml)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/golang-queue/rabbitmq)](https://goreportcard.com/report/github.com/golang-queue/rabbitmq)
5+
[![GoDoc](https://pkg.go.dev/badge/github.com/golang-queue/rabbitmq)](https://pkg.go.dev/github.com/golang-queue/rabbitmq)
6+
37
[RabbitMQ](https://www.rabbitmq.com/) as backend for Queue Package. See the [Go RabbitMQ Client Library](https://github.com/rabbitmq/amqp091-go) maintained by the [RabbitMQ core team](https://github.com/rabbitmq). It was [originally developed by Sean Treadway](https://github.com/streadway/amqp).
48

59
## Exchanges and Exchange Types

0 commit comments

Comments
 (0)