Skip to content

Commit 1650b5f

Browse files
mvdanbradfitz
authored andcommitted
devapp/owners: add cmd/go to the table
Using the names that Russ provided on golang-dev in https://groups.google.com/forum/#!topic/golang-dev/2A_Ks3p4svE. Change-Id: If099c3d1a3863957aef8b1b4720e715bbc66d7cc Reviewed-on: https://go-review.googlesource.com/124955 Run-TryBot: Daniel Martí <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 0d6a646 commit 1650b5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devapp/owners/table.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ var entries = map[string]*Entry{
145145
Primary: []Owner{r},
146146
Secondary: []Owner{mvdan},
147147
},
148+
"go/src/cmd/go": {
149+
Primary: []Owner{bcmills, rsc, iant},
150+
},
148151
"go/src/cmd/link": {
149152
Primary: []Owner{cherryyz, rsc, mdempsky, iant},
150153
Secondary: []Owner{mwhudson},

0 commit comments

Comments
 (0)