diff options
author | Adrian O'Grady <elpollouk@gmail.com> | 2009-11-30 14:27:37 -0800 |
---|---|---|
committer | Adrian O'Grady <elpollouk@gmail.com> | 2009-11-30 14:27:37 -0800 |
commit | 667006b4580a6ebd926889c7f8786f92ca691b8c (patch) | |
tree | 00f1551ed90897e87d36d44d97f6f793a695935f | |
parent | e2aac89e0ebfb5110badd96d96fa43b5b202cbde (diff) | |
download | golang-667006b4580a6ebd926889c7f8786f92ca691b8c.tar.gz |
Added my name to the AUTHORS and CONTRIBUTORS files.
R=rsc
http://codereview.appspot.com/157153
Committer: Russ Cox <rsc@golang.org>
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CONTRIBUTORS | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,7 @@ # Please keep the list sorted. Abhinav Gupta <abhinav.g90@gmail.com> +Adrian O'Grady <elpollouk@gmail.com> Andrew Skiba <skibaa@gmail.com> Aron Nopanen <aron.nopanen@gmail.com> Chris Lennert <calennert@gmail.com> diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 268e6c497..d17403d97 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -28,6 +28,7 @@ Abhinav Gupta <abhinav.g90@gmail.com> Adam Langley <agl@golang.org> +Adrian O'Grady <elpollouk@gmail.com> Andrew Skiba <skibaa@gmail.com> Aron Nopanen <aron.nopanen@gmail.com> Austin Clements <aclements@csail.mit.edu> |