Go Concurrency

Go concurrency patterns and pitfalls for this codebase. Use when writing or reviewing code that involves goroutines, channels, mutexes, shared state, subprocess management, or anything that runs concurrently. Also use proactively when writing new code — ask yourself: can this be called from multiple goroutines? Is this resource process-global?

hegeldev 6ed814a 4 files · 15.4 KB Updated

File contents

hegeldev/hegel-go/tree/main/.claude/skills/go-concurrency commit 6ed814a37e

Frequently asked questions

npx skillmds@latest add hegeldev/go-concurrency