From f72f11e64157dc151fa604c545b29fbaf1424ef0 Mon Sep 17 00:00:00 2001
From: Mark McGranaghan
package main
Test
.
t.Error*
will report test failures but continue
-executing the test. t.Fail*
will report test
+executing the test. t.Fatal*
will report test
failures and stop the test immediately.