diff options
author | Sergio Luis O. B. Correia <sergio@larces.uece.br> | 2009-11-17 09:02:41 -0800 |
---|---|---|
committer | Sergio Luis O. B. Correia <sergio@larces.uece.br> | 2009-11-17 09:02:41 -0800 |
commit | 9e6c6623c042ed3aed1ac79d8d803b82405c8ab3 (patch) | |
tree | eacbcc8ce49d420c141c09c4fa0789b4c0cd86cc | |
parent | d84d91265e1eb6a0cbee1881b1cdaeb11b4c6309 (diff) | |
download | golang-9e6c6623c042ed3aed1ac79d8d803b82405c8ab3.tar.gz |
Add myself to list of AUTHORS/CONTRIBUTORS for Go.
R=rsc
http://codereview.appspot.com/154180
Committer: Russ Cox <rsc@golang.org>
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CONTRIBUTORS | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -15,3 +15,4 @@ Devon H. O'Dell <devon.odell@gmail.com> Google Inc. Kevin Ballard <kevin@sb.org> Môshe van der Sterre <moshevds@gmail.com> +Sergio Luis O. B. Correia <sergio@larces.uece.br> diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2ad4107e5..67ccabd30 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -54,6 +54,7 @@ Rob Pike <r@golang.org> Robert Griesemer <gri@golang.org> Russ Cox <rsc@golang.org> Scott Schwartz <scotts@golang.org> +Sergio Luis O. B. Correia <sergio@larces.uece.br> Stephen Ma <stephenm@golang.org> Tom Szymanski <tgs@google.com> Vish Subramanian <vish@google.com> |