Diagnose a Go test or build failure
Parse go test, go vet, and compiler output into failed package or test, panic or compiler message, relevant Go frames, focused rerun command, and repair guidance for tests, modules, races, and compilation errors.
$0.003 USDC POST /v1/go-test-summary
developer-tools · golang · testing · compiler
Use it for
- diagnose Go test failure
- parse golang build error
- rerun failed Go test
Example input
{
"log": "FAILED tests/test_math.py::test_total - AssertionError: assert 1 == 2",
"step_name": "pytest"
}Example output
{
"success": true,
"language": "go",
"rerun_command": "go test ./... -count=1",
"repair_steps": [
"Reproduce the failing package without cache."
]
}Call it
Use an x402 v2 payment-aware client from the quickstart. An unpaid request safely returns the exact payment challenge before any work runs.