diff options
author | Rob Pike <r@golang.org> | 2015-01-13 11:49:10 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2015-01-13 00:49:53 +0000 |
commit | 5ec6e440081f0942ee108333787d8ce887d17e04 (patch) | |
tree | 9a21cda395f0114c5bdaec403b5cd22145a85ca2 | |
parent | e0bdb5e11933d836cf5563c81eb03a24b3c72e2b (diff) |
blog: add author name to errors blog post
Change-Id: Ic440bb4bff6a1efd63820a2981931913cb5f1f84
Reviewed-on: https://go-review.googlesource.com/2710
Reviewed-by: Andrew Gerrand <adg@golang.org>
-rw-r--r-- | content/errors-are-values.article | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/errors-are-values.article b/content/errors-are-values.article index fa5fedf..eff779e 100644 --- a/content/errors-are-values.article +++ b/content/errors-are-values.article @@ -1,6 +1,8 @@ Errors are values 12 Jan 2015 +Rob Pike + * Introduction A common point of discussion among Go programmers, |