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 7c67312 6 files · 30.5 KB Updated

File contents

muratmirgun/gophers/tree/main/skills/go-testing commit 7c67312790

Frequently asked questions

npx skillmds@latest add muratmirgun/go-testing