go-error-handling

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

Use when writing Go code that returns, wraps, or handles errors — choosing between sentinel errors, custom types, and fmt.Errorf (%w vs %v), structuring error flow, or deciding whether to log or return. Also use when propagating errors across package boundaries or using errors.Is/As, even if the use

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 writing Go code that returns, wraps, or handles errors — choosing between sentinel errors, custom types, and fmt.Errorf (%w vs %v), structuring error flow, or deciding whether to log or return. Also use when propagating errors across package boundaries or using errors.Is/As, even if the user doesn't ask about error strategy. Does not cover panic/recover patterns (see go-defensive).

Palabras clave
skillclaude