Skip to content

Commit 625f09d

Browse files
committed
devapp/owners: add khr as hash/maphash owner
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]>
1 parent b077d0c commit 625f09d

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
@@ -341,6 +341,9 @@ var entries = map[string]*Entry{
341341
Primary: []Owner{gri},
342342
Secondary: []Owner{adonovan},
343343
},
344+
"go/src/hash/maphash": {
345+
Primary: []Owner{khr},
346+
},
344347
"go/src/html/template": {
345348
Primary: []Owner{mikesamuel},
346349
Secondary: []Owner{empijei},

0 commit comments

Comments
 (0)