Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 277 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 277 Bytes

Steps to run this sample:

  1. You need a Temporal service running. See details in README.md
  2. Run the following command to start the worker
go run helloworld/worker/main.go
  1. Run the following command to start the example
go run helloworld/starter/main.go