Skip to content

Commit

Permalink
internal/gophers: add Alexander Rakoczy
Browse files Browse the repository at this point in the history
Change-Id: I27239e5cc0c06503920780811198ae2c0f498ff6
Reviewed-on: https://go-review.googlesource.com/c/build/+/210785
Run-TryBot: Alexander Rakoczy <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Brad Fitzpatrick <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>
  • Loading branch information
toothrot committed Dec 10, 2019
1 parent dd6c5c7 commit 46d55d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/gophers/gophers.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func init() {
addPerson("Alexander Orlov", "[email protected]", "@loxal")
addPerson("Alexander Polcyn", "[email protected]", "16623@62eb7196-b449-3ce5-99f1-c037f21e1705")
addPerson("Alexander Polcyn", "[email protected]", "@apolcyn")
addPerson("Alexander Rakoczy", "[email protected]", "[email protected]", "@toothrot", "32558@62eb7196-b449-3ce5-99f1-c037f21e1705")
addPerson("Alexander Reece", "[email protected]", "@awreece")
addPerson("Alexander Shopov", "[email protected]", "@alshopov")
addPerson("Alexander Zhavnerchik", "[email protected]", "@alxzh")
Expand Down Expand Up @@ -3208,6 +3209,8 @@ func GithubOfGomoteUser(gomoteUser string) (githubUser string) {
return "pjweinbgo"
case "r":
return "robpike"
case "rakoczy":
return "toothrot"
case "rstambler":
return "stamblerre"
case "sameer":
Expand Down

0 comments on commit 46d55d5

Please sign in to comment.