How to use the Temporal Go SDK
Add the Temporal Go SDK to your project:
go get -u go.temporal.io/sdk@latest
Or clone the Go SDK repo to your preferred location:
git clone git@github.com:temporalio/sdk-go.git
Add the Temporal Go SDK to your project:
go get -u go.temporal.io/sdk@latest
Or clone the Go SDK repo to your preferred location:
git clone git@github.com:temporalio/sdk-go.git