Skip to content

Commit 6f08d2f

Browse files
prattmicgopherbot
authored andcommitted
devapp: handle internal/runtime moves
There have been several moves recently. Updates golang/go#65355. Change-Id: Ie00f2e540bc7e51d1f833dffb587b3ce9954601f Reviewed-on: https://go-review.googlesource.com/c/build/+/595295 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Michael Pratt <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent f384dda commit 6f08d2f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

devapp/owners/table.go

+12-12
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,18 @@ var entries = map[string]*Entry{
482482
Primary: []Owner{runtimeTeam},
483483
Secondary: []Owner{rsc, iant},
484484
},
485+
"go/src/internal/runtime/atomic": {
486+
Primary: []Owner{runtimeTeam},
487+
Secondary: []Owner{austin, khr, mknyszek, mauri870},
488+
},
489+
"go/src/internal/runtime/sys": {
490+
Primary: []Owner{runtimeTeam},
491+
Secondary: []Owner{austin, khr},
492+
},
493+
"go/src/internal/runtime/syscall": {
494+
Primary: []Owner{runtimeTeam},
495+
Secondary: []Owner{prattmic, mknyszek, austin},
496+
},
485497
"go/src/internal/singleflight": {
486498
Primary: []Owner{bradfitz, iant},
487499
},
@@ -629,18 +641,6 @@ var entries = map[string]*Entry{
629641
Primary: []Owner{thanm},
630642
Secondary: []Owner{compilerTeam},
631643
},
632-
"go/src/runtime/internal/atomic": {
633-
Primary: []Owner{runtimeTeam},
634-
Secondary: []Owner{austin, khr, mknyszek, mauri870},
635-
},
636-
"go/src/runtime/internal/sys": {
637-
Primary: []Owner{runtimeTeam},
638-
Secondary: []Owner{austin, khr},
639-
},
640-
"go/src/runtime/internal/syscall": {
641-
Primary: []Owner{runtimeTeam},
642-
Secondary: []Owner{prattmic, mknyszek, austin},
643-
},
644644
"go/src/runtime/metrics": {
645645
Primary: []Owner{runtimeTeam},
646646
Secondary: []Owner{mknyszek, prattmic},

0 commit comments

Comments
 (0)