From 1b74284491fd039db1162156ee331b9aa232f125 Mon Sep 17 00:00:00 2001 From: weregamer <31900490+weregamer@users.noreply.github.com> Date: Fri, 31 Aug 2018 12:04:02 -0700 Subject: [PATCH] What happens with errors.New, and a small use case --- Go2ErrorValuesFeedback.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Go2ErrorValuesFeedback.md b/Go2ErrorValuesFeedback.md index 37a2105d..da09b80c 100644 --- a/Go2ErrorValuesFeedback.md +++ b/Go2ErrorValuesFeedback.md @@ -11,6 +11,7 @@ As the amount of feedback grows, please feel free to organize this page by speci - jimmy frasche, "[Why limit this inspection to errors?](https://gist.github.com/jimmyfrasche/04ca2146c9130dab4d993365313722fb)", August 2018 - Dan Kortschak, [Carrying contract expectations and values causing errors in ev3go](https://github.com/ev3go/ev3dev/blob/master/errors.go), August 2018 - Daniel Theophanes, "[Go 2 Design: Error Inspection with Error Lists](https://docs.google.com/document/d/e/2PACX-1vT-CPcBV53awF7vq5bJEi1Y_DkuVmWW0RWl-gsujByB1mjX67rH58-mex1on1waR4Q_gyhPu5TdghMv/pub), August 2018 + - Paul Meyer, “[errors.New?]( - _Your Name_, “[_Title_](#URL)”, August 2018 - _Your Name_, “[_Title_](#URL)”, _month year_ - _Your Name_, “[_Title_](#URL)”, _month year_ - etc.