Skip to content

Commit

Permalink
internal/gophers: add GitHub username mapping for dneil
Browse files Browse the repository at this point in the history
Change-Id: I1989a6cb1ec2a9c848077e5f7352d7cb07d5d183
Reviewed-on: https://go-review.googlesource.com/c/build/+/304809
Trust: Damien Neil <[email protected]>
Run-TryBot: Damien Neil <[email protected]>
TryBot-Result: Go Bot <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
Reviewed-by: Alexander Rakoczy <[email protected]>
  • Loading branch information
neild committed Mar 25, 2021
1 parent d7600ec commit ca461c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/gophers/gophers.go
Original file line number Diff line number Diff line change
Expand Up @@ -3193,6 +3193,8 @@ func GitHubOfGomoteUser(gomoteUser string) (githubUser string) {
return "cherrymui"
case "cmang":
return "paranoiacblack"
case "dneil":
return "neild"
case "drchase":
return "dr2chase"
case "gri":
Expand Down

0 comments on commit ca461c2

Please sign in to comment.