Skip to main content

15 docs tagged with "Go"

View All Tags

Set up a Temporal Application project

The project setup section of the Temporal Go SDK Background Check tutorial covers the minimum set of concepts and implementation details needed to build and run a Temporal Application in Go—that is, all the relevant steps to start a Workflow Execution that executes an Activity.

Temporal 101 with Go

Discover the essentials of Temporal application development in this course, focusing on Workflows, Activities, and the Go SDK. You'll develop a small app, recover from failures, and use Temporal's execution model and tools to manage your application lifecycle effectively.

Versioning Workflows with Go

In this course, you'll go beyond the fundamentals, learning how to safely evolve your Temporal application code in production. There are several approaches to versioning Temporal Workflows.