Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

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