go-testing

Installation
SKILL.md

Go Testing

Quick reference for writing effective Go tests. Each section summarizes the key rules — reference files provide full examples and edge cases.

Table-Driven Tests

The standard Go testing pattern. Use it for any function with multiple input/output combinations.

Basic Pattern

Related skills
Installs
3
GitHub Stars
2
First Seen
Mar 10, 2026