| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +2 |
"cmd/go/internal/base"nit: any reason cmd/go is up here but cmd/internal is below?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
nit: any reason cmd/go is up here but cmd/internal is below?
was an oversight. fixed.
| 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. |
| Auto-Submit | +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. |
5 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: src/cmd/go/internal/doc/doc.go
Insertions: 1, Deletions: 1.
@@ -7,7 +7,6 @@
import (
"bytes"
- "cmd/go/internal/base"
"context"
"flag"
"fmt"
@@ -21,6 +20,7 @@
"path/filepath"
"strings"
+ "cmd/go/internal/base"
"cmd/internal/telemetry/counter"
)
```
cmd/go/internal/doc: clean up after merge with cmd/internal/doc
This is done in a separate CL to reduce the diffs from the previous CL.
Merge the main.go and doc.go files, and isolate the bootstrap-tagged
code to one file.
For #74667
| 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. |