Go Concurrency

Use when writing concurrent Go code — goroutines, channels, mutexes, or thread-safety guarantees. Also use when parallelizing work, fixing data races, or protecting shared state, even if the user doesn't explicitly mention concurrency primitives. Does not cover context.Context patterns (see go-context).

cxuu Updated

File contents

cxuu/golang-skills commit f7ec48a3fe

Frequently asked questions

npx skillmds@latest add cxuu/go-concurrency