Golang Safety

Defensive Golang coding to prevent panics, silent data corruption, and subtle runtime bugs. Use when encountering nil panics, append aliasing, map concurrent access, float comparison pitfalls, or zero-value design questions. Also use when reviewing code for nil-safety, numeric conversion overflow, resource lifecycle issues (defer in loops), or defensive copying of slices and maps.

seikaikyo Updated

File contents

seikaikyo/dash-skills/tree/main/external/cc-skills-golang/golang-safety commit 814d27fca3

Frequently asked questions

npx skillmds@latest add seikaikyo/golang-safety