Skip to content

Commit

Permalink
devapp/owners: remove josharian from runtime
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
josharian committed Apr 12, 2019
1 parent f404058 commit bbcc503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devapp/owners/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ var entries = map[string]*Entry{
},
"go/src/runtime": {
Primary: []Owner{austin, rsc, rlh, khr},
Secondary: []Owner{iant, dvyukov, josharian, martisch},
Secondary: []Owner{iant, dvyukov, martisch},
},
"go/src/runtime/cgo": {
Primary: []Owner{iant},
Expand Down

0 comments on commit bbcc503

Please sign in to comment.