Go Error Handling

Use when designing Go error types, choosing error vs panic, or implementing recover — covers structured error types with Unwrap, errors.Is/As, the direct-call rule for recover, re-panic, and panic-as-internal-control-flow for complex parsers

narenaryan Updated

File contents

narenaryan/agent-skills/tree/main/skills/go/go-error-handling commit b08793ecc3

Frequently asked questions

npx skillmds@latest add narenaryan/go-error-handling