microsoft / durabletask-go

The Durable Task Framework is a lightweight, embeddable engine for writing durable, fault-tolerant business logic (orchestrations) as ordinary code.
Apache License 2.0
178 stars 25 forks source link

Make samples runnable #36

Closed ItalyPaleAle closed 8 months ago

ItalyPaleAle commented 8 months ago

Small contribution to make samples runnable. Users can now cd into each folder in the samples directory and run go run . to run the sample code (which is now fully self-contained)