Skip to content

Commit 9ab9ee3

Browse files
committed
devapp/owners: add dmitshur as primary for x/tools/{cmd,}/godoc
Also remove andybons from primary, per his request. Change-Id: I7e8d1fe7f8f6d98f405f214510cf2a1c9d44f6f0 Reviewed-on: https://go-review.googlesource.com/c/build/+/206889 Reviewed-by: Andrew Bonventre <[email protected]> Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 125bcb7 commit 9ab9ee3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

devapp/owners/table.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ var entries = map[string]*Entry{
640640
Primary: []Owner{adonovan},
641641
},
642642
"tools/cmd/godoc": {
643-
Primary: []Owner{andybons},
643+
Primary: []Owner{dmitshur},
644644
Secondary: []Owner{agnivade, bradfitz, gri, kevinburke},
645645
},
646646
"tools/cmd/goimports": {
@@ -659,6 +659,9 @@ var entries = map[string]*Entry{
659659
"tools/go/packages": {
660660
Primary: []Owner{matloob},
661661
},
662+
"tools/godoc": {
663+
Primary: []Owner{dmitshur},
664+
},
662665
"tools/internal/lsp": {
663666
Primary: []Owner{rstambler, iancottrell},
664667
},

0 commit comments

Comments
 (0)