Skip to content

Commit bbcc503

Browse files
committed
devapp/owners: remove josharian from runtime
The runtime package contains multitudes. I only care about a few of them. The signal to noise ratio on changes is currently too low. I hope that we will someday resume work on golang/go#11647, and/or implement some devapp filters. (Keyword-based? File-based?) Until then, I'm tapping out. Change-Id: Ib3baabb44f3a9ee48d78dcb8234c3752e0e42278 Reviewed-on: https://go-review.googlesource.com/c/build/+/171702 Reviewed-by: Josh Bleecher Snyder <[email protected]>
1 parent f404058 commit bbcc503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devapp/owners/table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ var entries = map[string]*Entry{
459459
},
460460
"go/src/runtime": {
461461
Primary: []Owner{austin, rsc, rlh, khr},
462-
Secondary: []Owner{iant, dvyukov, josharian, martisch},
462+
Secondary: []Owner{iant, dvyukov, martisch},
463463
},
464464
"go/src/runtime/cgo": {
465465
Primary: []Owner{iant},

0 commit comments

Comments
 (0)