-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devapp/owners: add owners for golang.org/x/tools
This change is part of an effort to improve the maintenance of the x/tools repository. Historically, we have not had well-defined owners for tools, which has caused a number of CLs to slip through the cracks. I've added as many owners here as I know or can guess. Please correct me if I'm mistaken. For any package that doesn't seem to have owners or that I wasn't sure about, I've just listed "defaultToolsOwners" as a placeholder so that we don't forget about those packages. I've added everyone that is a part of this change as a reviewer to make sure they are aware of it. Please +1 to indicate that you are OK with the changes. Change-Id: I6a2d7bb48d2c72910a1407ce6f10cc1c03288d77 Reviewed-on: https://go-review.googlesource.com/c/build/+/228217 Run-TryBot: Rebecca Stambler <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]>
- Loading branch information
1 parent
7858236
commit 5910a27
Showing
2 changed files
with
136 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2351,6 +2351,7 @@ func init() { | |
addPerson("Rob Strong", "[email protected]") | ||
addPerson("Robert Anthony Bellamy", "[email protected]") | ||
addPerson("Robert Bittle", "[email protected]") | ||
addPerson("Robert Findley", "[email protected]", "@findleyr") | ||
addPerson("Robert Figueiredo", "[email protected]", "@robfig") | ||
addPerson("Robert Gogolok", "[email protected]") | ||
addPerson("Robert Griesemer", "[email protected]", "5210@62eb7196-b449-3ce5-99f1-c037f21e1705") | ||
|