Golang Safety

Defensive Go coding to prevent panics, silent data corruption, and subtle runtime bugs. Use for nil panics, append aliasing, concurrent map access, float comparison pitfalls, zero-value design; or when reviewing for nil-safety, numeric overflow, defer in loops, or defensive copying of slices/maps.

context-labs Updated

File contents

context-labs/whip/tree/main/.agents/skills/golang-safety commit d41518764f

Frequently asked questions

npx skillmds@latest add context-labs/golang-safety