diff --git a/Go2ErrorHandlingFeedback.md b/Go2ErrorHandlingFeedback.md index 087a88f2..e8125680 100644 --- a/Go2ErrorHandlingFeedback.md +++ b/Go2ErrorHandlingFeedback.md @@ -102,6 +102,9 @@ 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