go-testing
Installation
SKILL.md
Go Testing Skill
Comprehensive testing strategies for Go applications.
Overview
Master Go testing including table-driven tests, benchmarks, mocking, fuzzing, and achieving high code coverage.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| test_type | string | yes | - | Type: "unit", "integration", "benchmark", "fuzz" |
| coverage_min | int | no | 80 | Minimum coverage percentage |
| mock_lib | string | no | "testify" | Mock library: "testify", "gomock" |