Skip to content

Commit 44d73df

Browse files
committed
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 Change-Id: I11bf0aa18beeb898937135f49f473c1ba1b7e756 Reviewed-on: https://go-review.googlesource.com/c/go/+/689875 Reviewed-by: Michael Matloob <[email protected]> Auto-Submit: Michael Matloob <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Pratt <[email protected]>
1 parent bd44666 commit 44d73df

File tree

6 files changed

+524
-531
lines changed

6 files changed

+524
-531
lines changed

src/cmd/go/internal/doc/dirs.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build !cmd_go_bootstrap
6-
75
package doc
86

97
import (

0 commit comments

Comments
 (0)