diff options
-rw-r--r-- | defererr.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/defererr.go b/defererr.go index d0c6d6f..498708c 100644 --- a/defererr.go +++ b/defererr.go @@ -302,8 +302,6 @@ func checkErrorAssignedInDefer( if !isErrorNameInReturnSignature { pass.Reportf( errorReturnField.Pos(), - // TODO: Get the actual signature and set the error - // name in front of the error type. "return signature should use named error parameter %s", lhsIdent, ) |