un-inception/clients/go
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 fix: Make Go examples standalone to work in sandbox 2026-02-13 19:54:12 -05:00
sync chore: bump version to 4.3.3 2026-02-08 13:18:17 -05:00
Makefile feat: per-client Makefile infrastructure for 4-mode testing 2026-01-15 16:39:56 -05:00