Golang Concurrency

Golang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels, select, locks, sync primitives, errgroup, singleflight, worker pools, or fan-out/fan-in pipelines. Also triggers when you detect goroutine leaks, race conditions, channel ownership issues, or need to choose between channels and mutexes.

lza6 Updated

File contents

lza6/claude-code-cli-config/tree/main/skills/golang-concurrency commit 3691eec64a

Frequently asked questions

npx skillmds@latest add lza6/golang-concurrency