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