From a23f2f7564806a743c1534591f6e5085b08f9abf Mon Sep 17 00:00:00 2001 From: Joe Lapp Date: Sat, 9 Oct 2021 17:35:44 -0500 Subject: [PATCH] Updated Go2ErrorHandlingFeedback (markdown) --- Go2ErrorHandlingFeedback.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Go2ErrorHandlingFeedback.md b/Go2ErrorHandlingFeedback.md index 8da4ca13..00a8ef6d 100644 --- a/Go2ErrorHandlingFeedback.md +++ b/Go2ErrorHandlingFeedback.md @@ -122,8 +122,6 @@ Concepts that appear repeatedly among the suggestions below. # Modest revisions - - Joe Lapp, "[`on...return` for error handling](https://github.com/golang/go/issues/48855)", Oct 2021 - - Leidong Liu, "[a, b, !checkError := Sub(...)](https://gist.github.com/lldld/bf93ca94c24f172e95baf8c123427ace)", Nov 2019 - Jin Feng, "[A simplified Go 2 error handling solution with no handler], (https://gist.github.com/jfeng45/416d4ecb42a4df50bebf86ce1c41c668)", July 2019 @@ -256,6 +254,8 @@ Concepts that appear repeatedly among the suggestions below. Please help categorize the rest of the proposals here. +- Joe Lapp, "[`on...return` for error handling](https://github.com/golang/go/issues/48855)", Oct 2021 + - Andrew Gwozdziewycz, "[Check for Go Errors](http://sigusr2.net/check-for-go-errors.html)", June 2019 - DeedleFake, "[Feedback for Go 2 Design Drafts](https://deedlefake.com/2018/08/feedback-for-go-2-design-drafts/)", August 2018