Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham authored Sep 6, 2024
1 parent 1cffec9 commit 6d98470
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<h1 align="center">Central Messaging Queue Minus One</h1>
<h6 align="center">In-memory central messaging queue for dummies</h6>

<p align="center">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/1995parham-learning/cmq-1/ci.yaml?style=for-the-badge&logo=github">
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/1995parham-learning/cmq-1?logo=github&style=for-the-badge">
<img alt="GitHub go.mod Go version (subdirectory of monorepo)" src="https://img.shields.io/github/go-mod/go-version/1995parham-learning/cmq-1?style=for-the-badge&logo=go">
</p>

## Introduction

Sometimes you want to test your code with mocks and here is a mock for messaging queue. It tries to mimic the NATS concepts
Expand Down

0 comments on commit 6d98470

Please sign in to comment.