From 4fb43ce1bb6497c33870fabecc63d930266c73e9 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 24 Dec 2018 22:16:44 -0800 Subject: [PATCH] move @marlonche link to section Labeled error handlers --- Go2ErrorHandlingFeedback.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Go2ErrorHandlingFeedback.md b/Go2ErrorHandlingFeedback.md index 074fec15..de0b76c0 100644 --- a/Go2ErrorHandlingFeedback.md +++ b/Go2ErrorHandlingFeedback.md @@ -125,6 +125,8 @@ Critiques without counter-proposals - Liam Breck, “[The `#id/catch` Error Model](https://github.com/golang/go/issues/27519)”, September 2018 +- Marlon Che, "[How about separating check and handle?](https://gist.github.com/marlonche/4e5d4e5aec0555958ec1f181991325f6)", August 2018 + ## Inlining - Patrick Kelly, "[handling more than just errors in go](https://medium.com/@phlatphrog/handling-more-than-just-errors-in-go-f97c5aa2eac4)", August 2018 @@ -161,8 +163,6 @@ Critiques without counter-proposals - Einthusan Vigneswaran, “[Error Aware Keywords - return, defer, if, != and forcing the error object to be the last argument](https://gist.github.com/einthusan/24e18f6359a31b3537815284cde0f6de)”, September 2018 - - Marlon Che, "[How about separating check and handle?](https://gist.github.com/marlonche/4e5d4e5aec0555958ec1f181991325f6)", August 2018 - - Andrew Phillips, “[Improving Go Error Handling](http://devmethodologies.blogspot.com/2017/10/improving-go-error-handling.html)”, October 2017