From 9bac2a9cbaac5800e19aff45f17b59339d8a3f52 Mon Sep 17 00:00:00 2001 From: pancsta <155631569+pancsta@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:26:11 +0200 Subject: [PATCH] docs: add asyncmachine-go to projects Add am-vis diagram generator of state machines graphs. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28b35e6fc6..98c6f4c9ef 100644 --- a/README.md +++ b/README.md @@ -325,3 +325,5 @@ this selected list of featured projects using D2. - Cloud service emulator (46k stars) - [Queue Library](https://github.com/golang-queue/queue/tree/master/images) - Queue is a Golang library for spawning and managing a Goroutine pool +- [asyncmachine-go](https://github.com/pancsta/asyncmachine-go/tree/main/tools/cmd/am-vis) + - Distributed workflow engine.