From ffde9073c9104be76aeda459d7ca386074a1a22f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 28 Oct 2025 15:52:30 +0000 Subject: [PATCH] chore: regenerate examples --- examples/go/child-workflows/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/go/child-workflows/main.go b/examples/go/child-workflows/main.go index 7fc17927f..4c6f90082 100644 --- a/examples/go/child-workflows/main.go +++ b/examples/go/child-workflows/main.go @@ -75,6 +75,7 @@ func Child(client *hatchet.Client) *hatchet.StandaloneTask { ) } + func main() { client, err := hatchet.NewClient() if err != nil { @@ -126,6 +127,7 @@ func main() { return err } + _ = childResult n := 5