Scaling Go Testing with Contract and Scenario Mocks

Mocks aren't the enemy; bad tests are. We scale Go testing using "Tactical Pairs": Contract Tests for truth, Scenario Mocks for logic.