Russ Cox would like Dmitri Shuralyov to review this change.
devapp/owners: remove Rob Pike from various packages
At Rob's request, remove him as owner from various packages.
diff --git a/devapp/owners/table.go b/devapp/owners/table.go
index b3b6eb7..75fbd59 100644
--- a/devapp/owners/table.go
+++ b/devapp/owners/table.go
@@ -186,7 +186,7 @@
Secondary: []Owner{compilerTeam},
},
"go/src/cmd/doc": {
- Primary: []Owner{r},
+ Primary: []Owner{commandlineTeam},
},
"go/src/cmd/go": {
Primary: []Owner{commandlineTeam},
@@ -361,7 +361,6 @@
Primary: []Owner{r},
},
"go/src/fmt": {
- // Same as internal/fmtsort.
Primary: []Owner{r},
Secondary: []Owner{martisch},
},
@@ -421,8 +420,7 @@
Primary: []Owner{securityTeam},
},
"go/src/image": {
- Primary: []Owner{nigeltao},
- Secondary: []Owner{r},
+ Primary: []Owner{nigeltao},
},
"go/src/index/suffixarray": {
Primary: []Owner{gri},
@@ -488,8 +486,7 @@
Secondary: []Owner{neild},
},
"go/src/internal/fmtsort": {
- // Same as fmt.
- Primary: []Owner{r},
+ Primary: []Owner{runtimeTeam},
Secondary: []Owner{martisch},
},
"go/src/internal/fuzz": {
@@ -691,7 +688,7 @@
Secondary: []Owner{iant, bradfitz},
},
"go/src/log": {
- Primary: []Owner{r},
+ Primary: []Owner{jba},
},
"go/src/log/slog": {
Primary: []Owner{jba},
@@ -744,10 +741,10 @@
Secondary: []Owner{bradfitz},
},
"go/src/net/rpc": {
- Primary: []Owner{r},
+ Primary: []Owner{rsc},
},
"go/src/net/rpc/jsonrpc": {
- Primary: []Owner{r},
+ Primary: []Owner{rsc},
},
"go/src/net/smtp": {
Primary: []Owner{},
@@ -776,10 +773,10 @@
Secondary: []Owner{kevinburke},
},
"go/src/path": {
- Primary: []Owner{r, rsc},
+ Primary: []Owner{rsc},
},
"go/src/path/filepath": {
- Primary: []Owner{r, rsc},
+ Primary: []Owner{rsc},
},
"go/src/plugin": {
Primary: []Owner{runtimeTeam},
@@ -874,7 +871,7 @@
Primary: []Owner{rsc},
},
"go/src/unicode": {
- Primary: []Owner{securityTeam, r},
+ Primary: []Owner{securityTeam},
Secondary: []Owner{mpvl},
},
"go/src/unicode/utf16": {
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +2 |
"go/src/cmd/doc": {cmd/doc was deleted in CL 689835 ('go doc' continues to handle its functionality), so this entire entry can also be removed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
cmd/doc was deleted in CL 689835 ('go doc' continues to handle its functionality), so this entire entry can also be removed.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: devapp/owners/table.go
Insertions: 0, Deletions: 3.
@@ -185,9 +185,6 @@
Primary: []Owner{thanm},
Secondary: []Owner{compilerTeam},
},
- "go/src/cmd/doc": {
- Primary: []Owner{commandlineTeam},
- },
"go/src/cmd/go": {
Primary: []Owner{commandlineTeam},
},
```
devapp/owners: remove Rob Pike from various packages
At Rob's request, remove him as owner from various packages.
cmd/doc is no more, so delete it outright.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |