From 6ad72e9b51931266536e53bf77fdabd30002ce1b Mon Sep 17 00:00:00 2001 From: Pierre Mdawar Date: Sun, 11 Aug 2024 11:10:31 +0300 Subject: [PATCH] docs: added Go reference link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3e2ecc..ccfa301 100644 --- a/README.md +++ b/README.md @@ -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**.