in testerror/error.go [53:57]
func (e *Error) ErrorIsNilFatal(t *testing.T) { if e != nil { t.Fatal(e.msg) } }