Skip to content

Commit

Permalink
docs: added Go reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
mdawar committed Aug 11, 2024
1 parent 00beef0 commit 6ad72e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# pubsub

[![Go Reference](https://pkg.go.dev/badge/github.com/mdawar/pubsub.svg)](https://pkg.go.dev/github.com/mdawar/pubsub)
[![Tests](https://github.com/mdawar/pubsub/actions/workflows/test.yml/badge.svg)](https://github.com/mdawar/pubsub/actions/workflows/test.yml)

`pubsub` is a simple and generic **topic-based** **publish/subscribe** library for in-process communication in **Go**.
Expand Down

0 comments on commit 6ad72e9

Please sign in to comment.