aboutsummaryrefslogtreecommitdiff
path: root/content/errors-are-values.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/errors-are-values.article')
-rw-r--r--content/errors-are-values.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/errors-are-values.article b/content/errors-are-values.article
index 2d78aa7..761c716 100644
--- a/content/errors-are-values.article
+++ b/content/errors-are-values.article
@@ -1,6 +1,6 @@
# Errors are values
12 Jan 2015
-Summary: A common point of discussion among Go programmers, especially those new to the language, is how to handle errors. The conversation often turns into a lament at the number of times the sequence
+Summary: Idioms and patterns for handling errors in Go.
Rob Pike