]> Cypherpunks repositories - gostls13.git/commit
cmd/go: make modifications to copies of go/build files for index
authorMichael Matloob <matloob@golang.org>
Tue, 5 Apr 2022 22:47:23 +0000 (18:47 -0400)
committerMichael Matloob <matloob@golang.org>
Thu, 12 May 2022 20:19:10 +0000 (20:19 +0000)
commit27ace7ab9e1b690a672d0f7720680cb99e559854
tree0972b6ea9a11a5c892c66dcbb8c4246905968a49
parent1e5fcefcd188f3fba85156523bf57deb454b9cd4
cmd/go: make modifications to copies of go/build files for index

This change makes the modifications to the copies of the files of
go/build used by the modindex package needed for them to be used by
modindex. It also removes the parts of the files not needed by the
modindex package.

Change-Id: I72607868bd7e1ca5fc7c5a496cc836e7922e3786
Reviewed-on: https://go-review.googlesource.com/c/go/+/403974
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/modindex/build.go
src/cmd/go/internal/modindex/build_read.go
src/cmd/go/internal/modindex/stubs.go [deleted file]
src/cmd/go/internal/modindex/syslist.go
src/cmd/go/internal/modindex/syslist_test.go