aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--defererr.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/defererr.go b/defererr.go
index 5615463..50b39ac 100644
--- a/defererr.go
+++ b/defererr.go
@@ -212,6 +212,8 @@ func checkErrorAssignedInDefer(
break
}
+
+ // TODO: Check `return`s in rest of function to find out whether this error name is included
}
}