go-declarations

SKILLWorkflowcommunauté
v0.0.0cxuuApache-2.0Mis à jour il y a 2 moisSource →

Use when declaring or initializing Go variables, constants, structs, or maps — including var vs :=, reducing scope with if-init, formatting composite literals, designing iota enums, and using any instead of interface{}. Also use when writing a new struct or const block, even if the user doesn't ask

Community-submitted skill. Not yet reviewed by the Forge team. Full prompt content may not be available.Request review →
142Étoiles du dépôt
1Clients
1Formats
il y a 2 moisDernière mise à jour
Skill
Auteurcxuu
Version0.0.0
LicenceApache-2.0
CatégorieWorkflow
Formatsskill.md
PromptNon publié
Compatibilité
Claude✓ Pris en charge
Cursor
Copilot
ChatGPT
Gemini
À propos

Use when declaring or initializing Go variables, constants, structs, or maps — including var vs :=, reducing scope with if-init, formatting composite literals, designing iota enums, and using any instead of interface{}. Also use when writing a new struct or const block, even if the user doesn't ask about declaration style. Does not cover naming conventions (see go-naming).

Mots-clés
skillclaude