From 8ee927018bc27a4dde67ed48e1155b09be4a2812 Mon Sep 17 00:00:00 2001 From: lldld Date: Tue, 5 Nov 2019 12:23:21 +0800 Subject: [PATCH] Updated Go2ErrorHandlingFeedback (markdown) --- Go2ErrorHandlingFeedback.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Go2ErrorHandlingFeedback.md b/Go2ErrorHandlingFeedback.md index f7005611..5cbc2337 100644 --- a/Go2ErrorHandlingFeedback.md +++ b/Go2ErrorHandlingFeedback.md @@ -93,7 +93,7 @@ Concepts that appear repeatedly among the suggestions below. [10](https://didenko.github.io/grab/grab_worth_it_0.1.1.html), [11](https://github.com/gooid/gonotes/blob/master/inline_style_error_handle.md), [12](https://gist.github.com/Kiura/4826db047e22b7720d378ac9ac642027), - [13](https://github.com/golang/go/issues/27519) + [13](https://github.com/golang/go/issues/27519), [14](https://gist.github.com/lldld/bf93ca94c24f172e95baf8c123427ace) - Invoke one of several handlers by name, e.g. `v := check f() ? name`