go-interfaces

SKILLFlujo de trabajocomunidad
v0.0.0cxuuApache-2.0Actualizado hace 2 mFuente →

Use when defining or implementing Go interfaces, designing abstractions, creating mockable boundaries for testing, or composing types through embedding. Also use when deciding whether to accept an interface or return a concrete type, or using type assertions or type switches, even if the user doesn'

Community-submitted skill. Not yet reviewed by the Forge team. Full prompt content may not be available.Request review →
142Estrellas del repo
1Clientes
1Formatos
hace 2 mÚltima actualización
Skill
Autorcxuu
Versión0.0.0
LicenciaApache-2.0
CategoríaFlujo de trabajo
Formatosskill.md
PromptNo publicado
Compatibilidad
Claude✓ Compatible
Cursor
Copilot
ChatGPT
Gemini
Acerca de

Use when defining or implementing Go interfaces, designing abstractions, creating mockable boundaries for testing, or composing types through embedding. Also use when deciding whether to accept an interface or return a concrete type, or using type assertions or type switches, even if the user doesn't explicitly mention interfaces. Does not cover generics-based polymorphism (see go-generics).

Palabras clave
skillclaude