Go Testing

Use when writing, reviewing, or improving Go test code — including table-driven tests, subtests, parallel tests, test helpers, test doubles, and assertions with cmp.Diff. Also use when a user asks to write a test for a Go function, even if they don't mention specific patterns like table-driven tests or subtests. Does not cover benchmark performance testing (see go-performance).

cxuu Updated

File contents

cxuu/golang-skills commit b954cbc424

Frequently asked questions

npx skillmds@latest add cxuu/go-testing