From b7f9873c761dcccf432efc57cf7f0f0f3a198160 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Tue, 28 Jan 2025 11:03:05 -0500 Subject: [PATCH] Add godoc link in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ee7c87a..f48a300 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ *Concurrent Actor Model Framework for Internet Services on Holanet* +[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/sashakoshka/camfish.svg)](https://pkg.go.dev/git.tebibyte.media/sashakoshka/camfish) + CAMFISH is a Go framework for creating daemons using an actor-model architecture. It is designed to be fault-tolerant, and is capable of restarting individual parts of your program (actors) if they fail.