Skip to content

Instantly share code, notes, and snippets.

View longquanzheng's full-sized avatar

Quanzheng Long longquanzheng

View GitHub Profile
package main
import (
"context"
"go.temporal.io/sdk/client"
"go.temporal.io/sdk/temporal"
"go.temporal.io/sdk/workflow"
"time"
)