in testerror/error.go [65:69]
func (e *Error) ErrorNotNilFatal(t *testing.T) { if e == nil { t.Fatal("error is nil") } }