Go Testing Code Review Review Workflow Follow this sequence in order . Do not emit findings until every Pass below is satisfied. 1. Baseline — Open for the module under review and read the directive. Pass: You can state the exact value (in the review preamble or working notes). Apply version-gated advice only when it matches this baseline (e.g. fuzz tests Go 1.18+, loop-variable capture pre-Go 1.22). 2. Read surrounding tests — For each (or benchmark/fuzz file) in scope, read full test functions and any table / helpers they use, not only the diff hunk. Pass: At least one full / / (or helper i…