Go Testing

Use when writing or fixing Go tests — table-driven cases, parallel safety, helpers, fakes, fuzzing, deterministic time (testing/synctest), goroutine leak detection (goleak), HTTP handlers. Apply proactively when a function gets a new test or a test is flaky. Benchmark methodology: see go-benchmark.

muratmirgun 9dc8653 9.0 KB Updated

File contents

muratmirgun/gophers/tree/main/.claude-plugin/skills/go-testing commit 9dc86532f1

Frequently asked questions

npx skillmds@latest add muratmirgun/go-testing-2