summaryrefslogtreecommitdiff
path: root/misc/dashboard
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-01-14 09:54:56 +1100
committerAndrew Gerrand <adg@golang.org>2013-01-14 09:54:56 +1100
commit7172cf556d871f2741667daafee77311220c2128 (patch)
treecdfd2d20b98aba5112616e1ea7bd92a88ee264fc /misc/dashboard
parent48f33923a8d0bf2bd39d455ff8756c7a7a3f3d0a (diff)
downloadgo-7172cf556d871f2741667daafee77311220c2128.tar.gz
misc/dashboard/codereview: add campoy to list of gophers
R=dsymonds CC=golang-dev https://codereview.appspot.com/7106044
Diffstat (limited to 'misc/dashboard')
-rw-r--r--misc/dashboard/codereview/dashboard/people.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/dashboard/codereview/dashboard/people.go b/misc/dashboard/codereview/dashboard/people.go
index 47f5ca08b..facda7baf 100644
--- a/misc/dashboard/codereview/dashboard/people.go
+++ b/misc/dashboard/codereview/dashboard/people.go
@@ -22,6 +22,7 @@ func init() {
gophers := [...]string{
"adg",
"bradfitz",
+ "campoy",
"dsymonds",
"gri",
"iant",