Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

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.

Aperçu

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.

Commande d'installation
npx skills add https://github.com/wso2/labs-agentic-engineer --skill go

Copiez et collez cette commande dans Claude Code pour installer le skill

Étoiles2
Forks9
Mis à jour24 mai 2026 à 03:25
SKILL.md
readonly