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