# README
helloworld
inspired by temporalio/samples-go/hello-world
Getting Started
- Run a temporal service
temporal server start-dev
- In a different shell, run the example worker
go run examples/helloworld/main.go worker
- In a different shell, execute the workflow
go run examples/helloworld/main.go hello-world --name Temporal
# Packages
No description provided by the author