un-inception/clients/go/async/examples
russell@unturf.com 5d882a023b fix: Make Go examples standalone to work in sandbox
Go's module system can't easily load local packages without go.mod
in the sandbox environment. Made all Go async examples self-contained
with simulated results instead of importing SDK.

- hello_world.go: Demonstrates goroutine/channel pattern
- async_job_polling.go: Demonstrates job polling pattern
- concurrent_execution.go: Demonstrates WaitGroup + mutex pattern
2026-02-13 19:54:12 -05:00
..
async_job_polling.go fix: Make Go examples standalone to work in sandbox 2026-02-13 19:54:12 -05:00
concurrent_execution.go fix: Make Go examples standalone to work in sandbox 2026-02-13 19:54:12 -05:00
hello_world.go fix: Make Go examples standalone to work in sandbox 2026-02-13 19:54:12 -05:00