Skip to content

Commit b9f5d4d

Browse files
martischbradfitz
authored andcommitted
devapp/owners: add martisch to internal/cpu, runtime and cmd/compile contacts
runtime: mostly for maps, slices, utf8, string functions and cpu features. Change-Id: I66765b1bdb4fb4dae1b28fb7a90c0ee23ce63112 Reviewed-on: https://go-review.googlesource.com/126595 Run-TryBot: Martin Möhrmann <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent f482cec commit b9f5d4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

devapp/owners/table.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ var entries = map[string]*Entry{
9595
},
9696
"go/src/cmd/compile/": {
9797
Primary: []Owner{khr, gri},
98-
Secondary: []Owner{josharian, mdempsky},
98+
Secondary: []Owner{josharian, mdempsky, martisch},
9999
},
100100
"go/src/cmd/compile/amd64": {
101101
Primary: []Owner{khr},
102-
Secondary: []Owner{josharian, rsc, drchase, cherryyz},
102+
Secondary: []Owner{josharian, rsc, drchase, cherryyz, martisch},
103103
},
104104
"go/src/cmd/compile/arm": {
105105
Primary: []Owner{khr},
@@ -127,7 +127,7 @@ var entries = map[string]*Entry{
127127
},
128128
"go/src/cmd/compile/x86": {
129129
Primary: []Owner{khr},
130-
Secondary: []Owner{josharian, rsc, drchase, cherryyz},
130+
Secondary: []Owner{josharian, rsc, drchase, cherryyz, martisch},
131131
},
132132
"go/src/cmd/compile/internal/syntax": {
133133
Primary: []Owner{gri},
@@ -139,7 +139,7 @@ var entries = map[string]*Entry{
139139
},
140140
"go/src/cmd/compile/internal/ssa": {
141141
Primary: []Owner{khr},
142-
Secondary: []Owner{josharian},
142+
Secondary: []Owner{josharian, martisch},
143143
},
144144
"go/src/cmd/doc": {
145145
Primary: []Owner{r},
@@ -301,7 +301,7 @@ var entries = map[string]*Entry{
301301
Secondary: []Owner{josharian},
302302
},
303303
"go/src/internal/cpu": {
304-
Primary: []Owner{khr},
304+
Primary: []Owner{khr, martisch},
305305
},
306306
"go/src/internal/singleflight": {
307307
Primary: []Owner{bradfitz, iant},
@@ -434,7 +434,7 @@ var entries = map[string]*Entry{
434434
},
435435
"go/src/runtime": {
436436
Primary: []Owner{austin, rsc, rlh, khr},
437-
Secondary: []Owner{iant, dvyukov, josharian},
437+
Secondary: []Owner{iant, dvyukov, josharian, martisch},
438438
},
439439
"go/src/runtime/cgo": {
440440
Primary: []Owner{iant},

0 commit comments

Comments
 (0)