home/categories/framework-internals/comeonoliver-skillshub-skills-cxuu-golang-skills-go-concurrency-skill-md
framework-internalsdevelopment

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).

ComeOnOliver
maintainer
ComeOnOliver
更新于 3/23/2026
星标
26
分支
7
quick start

Installation and usage

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).

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use go-concurrency