Skip to content

Commit 5b2de1f

Browse files
committed
docs: standardize formatting and update API usage across codebase
- Remove `branch=master` query parameter from the "Run Tests" badge URL - Normalize list item formatting for supported backends Signed-off-by: appleboy <[email protected]>
1 parent 602ca74 commit 5b2de1f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Queue
22

33
[![CodeQL](https://github.com/golang-queue/queue/actions/workflows/codeql.yaml/badge.svg)](https://github.com/golang-queue/queue/actions/workflows/codeql.yaml)
4-
[![Run Tests](https://github.com/golang-queue/queue/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/golang-queue/queue/actions/workflows/go.yml)
4+
[![Run Tests](https://github.com/golang-queue/queue/actions/workflows/go.yml/badge.svg)](https://github.com/golang-queue/queue/actions/workflows/go.yml)
55
[![codecov](https://codecov.io/gh/golang-queue/queue/branch/master/graph/badge.svg?token=SSo3mHejOE)](https://codecov.io/gh/golang-queue/queue)
66

77
Queue is a Golang library for spawning and managing a Goroutine pool, allowing you to create multiple workers according to the limited CPU number of machines.
88

99
## Features
1010

11-
* [x] Support [buffered channel](https://gobyexample.com/channel-buffering) queue.
12-
* [x] Support [NSQ](https://nsq.io/) (A realtime distributed messaging platform) as backend.
13-
* [x] Support [NATS](https://nats.io/) (Connective Technology for Adaptive Edge & Distributed Systems) as backend.
14-
* [x] Support [Redis Pub/Sub](https://redis.io/docs/manual/pubsub/) as backend.
15-
* [x] Support [Redis Streams](https://redis.io/docs/manual/data-types/streams/) as backend.
16-
* [x] Support [RabbitMQ](https://www.rabbitmq.com/) as backend.
11+
- [x] Support [buffered channel](https://gobyexample.com/channel-buffering) queue.
12+
- [x] Support [NSQ](https://nsq.io/) (A realtime distributed messaging platform) as backend.
13+
- [x] Support [NATS](https://nats.io/) (Connective Technology for Adaptive Edge & Distributed Systems) as backend.
14+
- [x] Support [Redis Pub/Sub](https://redis.io/docs/manual/pubsub/) as backend.
15+
- [x] Support [Redis Streams](https://redis.io/docs/manual/data-types/streams/) as backend.
16+
- [x] Support [RabbitMQ](https://www.rabbitmq.com/) as backend.
1717

1818
## Queue Scenario
1919

0 commit comments

Comments
 (0)