From dd0342577c817801683e4dc81fc9062703f624ad Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 4 Mar 2019 00:12:58 -0800 Subject: [PATCH] move @yaxinlx link to section Other possibilities --- Go2ErrorHandlingFeedback.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Go2ErrorHandlingFeedback.md b/Go2ErrorHandlingFeedback.md index 90f42275..fe27e5b9 100644 --- a/Go2ErrorHandlingFeedback.md +++ b/Go2ErrorHandlingFeedback.md @@ -104,9 +104,6 @@ Concepts that appear repeatedly among the suggestions below. # Modest revisions - - - yaxinlx, "[Use ? as suffixes of multi-value tuples to remove the last error value from multi-value tuples](https://gist.github.com/yaxinlx/1e013fec0e3c2469f97074dbf5d2e2c0)", March 2019 - - Rockmen, "[Add handle and ? as syntax sugar maybe](https://github.com/rockmenjack/go-2-proposals/blob/master/error_handling.md)", December 2018 - Steve Manuel, "[Go 2 `handle` statement to optionally use a type switch](https://github.com/golang/go/issues/28344)", October 2018 @@ -202,6 +199,8 @@ Concepts that appear repeatedly among the suggestions below. ## Other possibilities +- yaxinlx, "[Use ? as suffix to remove the last error value from multi-value tuples](https://gist.github.com/yaxinlx/1e013fec0e3c2469f97074dbf5d2e2c0)", March 2019 + - Plamen Stoev, "[Go 2 block-level checks](https://gist.github.com/coquebg/afe44e410f883a313dc849da3e1ff34c)", November 2018 - Peter Goetz, "[Formalize and Enforce Error Handling](https://medium.com/@peter.gtz/thinking-about-new-ways-of-error-handling-in-go-2-e56d116952f1)", September 2017