·go-concurrency
</>

go-concurrency

cxuu/golang-skills

Go 并发模式包括 goroutine 生命周期管理、通道使用、互斥处理和同步原语。在编写并发 Go 代码、生成 goroutine、使用通道或记录线程安全保证时使用。基于 Google 和 Uber Go 风格指南。

24安装·3热度·@cxuu

安装

$npx skills add https://github.com/cxuu/golang-skills --skill go-concurrency

SKILL.md

This skill covers concurrency patterns and best practices from Google's Go Style Guide and Uber's Go Style Guide, including goroutine management, channel usage, mutex handling, and synchronization.

Normative: When you spawn goroutines, make it clear when or whether they exit.

Goroutines can leak by blocking on channel sends or receives. The garbage collector will not terminate a goroutine blocked on a channel even if no other goroutine has a reference to the channel.

Go 并发模式包括 goroutine 生命周期管理、通道使用、互斥处理和同步原语。在编写并发 Go 代码、生成 goroutine、使用通道或记录线程安全保证时使用。基于 Google 和 Uber Go 风格指南。 来源:cxuu/golang-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/cxuu/golang-skills --skill go-concurrency
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 go-concurrency?

Go 并发模式包括 goroutine 生命周期管理、通道使用、互斥处理和同步原语。在编写并发 Go 代码、生成 goroutine、使用通道或记录线程安全保证时使用。基于 Google 和 Uber Go 风格指南。 来源:cxuu/golang-skills。

如何安装 go-concurrency?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cxuu/golang-skills --skill go-concurrency 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/cxuu/golang-skills

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-01