From c89f463bd314b9f69cd976a8418f67f8211de34e Mon Sep 17 00:00:00 2001 From: Azamat28 Date: Wed, 17 Mar 2021 23:13:53 +0600 Subject: [PATCH] Updated Go2ErrorHandlingFeedback (markdown) --- Go2ErrorHandlingFeedback.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Go2ErrorHandlingFeedback.md b/Go2ErrorHandlingFeedback.md index cf36341f..7be59c3d 100644 --- a/Go2ErrorHandlingFeedback.md +++ b/Go2ErrorHandlingFeedback.md @@ -167,6 +167,8 @@ Concepts that appear repeatedly among the suggestions below. ## Error handling with normal functions +- Azamat Kalberdiev, “[Handling every error with intuitive code](https://gist.github.com/Azamat28/5b2c6f66fc4927a002a2d60044aa9231)”, March 2021 + - Andrew Phillips, “[Use closures rather than handlers](http://devmethodologies.blogspot.com/2018/10/go-error-handling-using-closures.html)”, October 2018 - Taihei Morikuni, "[Use functions as an error handler, Add syntactic sugar to remove duplicated if statement](https://gist.github.com/morikuni/bbe4b2b0384507b42e6a79d4eca5fc61)", September 2018