Skip to main content
在 Manus 中运行任何 Skill
一键导入

go

How to build a Go service on the platform — pinned golang:1.25-alpine builder (the build pod runs with GOTOOLCHAIN=local), pure-Go modernc.org/sqlite driver (CGO times out under the build pod's CPU throttle), suggested layout, port 9090, GET /health liveness, multi-stage Dockerfile → slim runtime, embedded SQLite for per-user data inside the owning service. Apply to every Go component.

概览

How to build a Go service on the platform — pinned golang:1.25-alpine builder (the build pod runs with GOTOOLCHAIN=local), pure-Go modernc.org/sqlite driver (CGO times out under the build pod's CPU throttle), suggested layout, port 9090, GET /health liveness, multi-stage Dockerfile → slim runtime, embedded SQLite for per-user data inside the owning service. Apply to every Go component.

安装命令
npx skills add https://github.com/wso2/labs-agentic-engineer --skill go

复制此命令并粘贴到 Claude Code 中以安装该技能

星标2
分支9
更新时间2026年5月24日 03:25
SKILL.md
readonly