Run a sample Workflow
Clone the sample repo
git clone https://github.com/temporalio/money-transfer-project-template-go
Change directories to the sample project
cd money-transfer-project-template-go
Start the Worker
go run worker/main.go
In another shell in the same directory, run the sample Workflow
go run start/main.go