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. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/andmitr--ai-tools--golang-concurrency commit 696934f2fb

Frequently asked questions

npx skillmds@latest add tomevault-io/golang-concurrency