Go में testing package और go test command के माध्यम से built-in testing है — किसी बाहरी framework की ज़रूरत नहीं। Tests _test.go files में रहते हैं, और Go table-driven tests, benchmarks, और अच्छी tooling पर first-class features के रूप में जोर देता है।
