Add godoc link in README.md

This commit is contained in:
Sasha Koshka 2025-01-28 11:03:05 -05:00
parent 665b915bf7
commit b7f9873c76

View File

@ -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.