go-data-structures

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

Use when working with Go slices, maps, or arrays — choosing between new and make, using append, declaring empty slices (nil vs literal for JSON), implementing sets with maps, and copying data at boundaries. Also use when building or manipulating collections, even if the user doesn't ask about alloca

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 working with Go slices, maps, or arrays — choosing between new and make, using append, declaring empty slices (nil vs literal for JSON), implementing sets with maps, and copying data at boundaries. Also use when building or manipulating collections, even if the user doesn't ask about allocation idioms. Does not cover concurrent data structure safety (see go-concurrency).

Mots-clés
skillclaude