From bd3a5d4bf5b2235ffd0e18d85278df11b1a20f3d Mon Sep 17 00:00:00 2001 From: Markus Date: Mon, 15 Apr 2019 10:24:02 +0200 Subject: [PATCH] Added link to proposal not yet mentioned under "Remove handler chaining" --- Go2ErrorHandlingFeedback.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Go2ErrorHandlingFeedback.md b/Go2ErrorHandlingFeedback.md index fe27e5b9..383598f5 100644 --- a/Go2ErrorHandlingFeedback.md +++ b/Go2ErrorHandlingFeedback.md @@ -128,6 +128,8 @@ Concepts that appear repeatedly among the suggestions below. ## Remove handler chaining +- Markus Heukelom, "[proposal: Improve error handing using `guard` and `must` keywords](https://github.com/golang/go/issues/31442)", April 2019 + - Alessandro Arzilli, “[Against check as an operator and handler chains](https://gist.github.com/aarzilli/1a85db632edecc8159505e2c785882ed)”, August 2018 - Simon Howard, “[Go 2 errors response: One Handler Per Function](https://gist.github.com/fragglet/df6c5471771d87b2ad597d2efc57cb3e)”, August 2018