Go Defensive

Use when hardening Go code at API boundaries — copying slices/maps, verifying interface compliance, using defer for cleanup, time.Time/time.Duration, or avoiding mutable globals. Also use when reviewing for robustness concerns like missing cleanup or unsafe crypto usage, even if the user doesn't mention "defensive programming." Does not cover error handling strategy (see go-error-handling).

cxuu Updated

File contents

cxuu/golang-skills commit c4dee8556e

Frequently asked questions

npx skillmds@latest add cxuu/go-defensive