什么是 go-project-setup?
新 Go (Golang) 项目和服务的标准化设置。从第一天起就激活以确保干净、惯用的项目结构(标准布局)并实施生产就绪模式(正常关闭、包分离)。 来源:googlecloudplatform/devrel-demos。
新 Go (Golang) 项目和服务的标准化设置。从第一天起就激活以确保干净、惯用的项目结构(标准布局)并实施生产就绪模式(正常关闭、包分离)。
通过命令行快速安装 go-project-setup AI 技能到你的开发环境
来源:googlecloudplatform/devrel-demos。
This skill guides the creation of clean, idiomatic Go project structures.
Determine Scope Ask the user: "Is this a simple tool, a library, or a multi-service repo?"
Select and Use Template MANDATORY: You MUST read and use the templates provided in the assets/ directory. They establish idiomatic patterns like graceful shutdown, run functions, and package separation.
新 Go (Golang) 项目和服务的标准化设置。从第一天起就激活以确保干净、惯用的项目结构(标准布局)并实施生产就绪模式(正常关闭、包分离)。 来源:googlecloudplatform/devrel-demos。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/googlecloudplatform/devrel-demos --skill go-project-setup新 Go (Golang) 项目和服务的标准化设置。从第一天起就激活以确保干净、惯用的项目结构(标准布局)并实施生产就绪模式(正常关闭、包分离)。 来源:googlecloudplatform/devrel-demos。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/googlecloudplatform/devrel-demos --skill go-project-setup 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/googlecloudplatform/devrel-demos