Go ha test integrati tramite il pacchetto testing e il comando go test — nessun framework esterno necessario. I test vivono in file _test.go, e Go enfatizza fortemente i test guidati da tabelle, i benchmark, e i buoni strumenti come funzionalità di prima classe.
