From 6db5344b4cb257ed044ee108dff5ab1abc53ed11 Mon Sep 17 00:00:00 2001 From: s8sg Date: Mon, 24 Apr 2023 17:42:50 +0530 Subject: [PATCH] Add loop example in readme Signed-off-by: s8sg --- samples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/README.md b/samples/README.md index 1936381..ea83e0e 100644 --- a/samples/README.md +++ b/samples/README.md @@ -9,6 +9,7 @@ Examples: | [serial](serial/serial.go) | Serial sequential nodes | | [parallel](parallel/parallel.go) | Parallel nodes | | [condition](condition/condition.go) | Conditional nodes | +| [loop](loop/loop.go) | Foreach loop nodes | ## How to run