Skip to content

Commit

Permalink
devapp/owners: add khr as hash/maphash owner
Browse files Browse the repository at this point in the history
Updates golang/go#28322.

Change-Id: I025b9a9de1273c9a81f0e2d00e890337ed21a59b
Reviewed-on: https://go-review.googlesource.com/c/build/+/220518
Run-TryBot: Dmitri Shuralyov <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Keith Randall <[email protected]>
  • Loading branch information
dmitshur committed Feb 22, 2020
1 parent b077d0c commit 625f09d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devapp/owners/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ var entries = map[string]*Entry{
Primary: []Owner{gri},
Secondary: []Owner{adonovan},
},
"go/src/hash/maphash": {
Primary: []Owner{khr},
},
"go/src/html/template": {
Primary: []Owner{mikesamuel},
Secondary: []Owner{empijei},
Expand Down

0 comments on commit 625f09d

Please sign in to comment.