]> Cypherpunks repositories - gostls13.git/commit
cmd/go: copy files from go/build into new modindex package
authorMichael Matloob <matloob@golang.org>
Tue, 3 May 2022 21:51:14 +0000 (17:51 -0400)
committerMichael Matloob <matloob@golang.org>
Thu, 12 May 2022 20:17:26 +0000 (20:17 +0000)
commit1e5fcefcd188f3fba85156523bf57deb454b9cd4
tree4a7928210e15357dc5f08f65d81dbe76178b011c
parentd6e6140c988e0b276fa5559190ede3494ea73cf0
cmd/go: copy files from go/build into new modindex package

These files are all copied as is from the go/build package, to files
with the same name in modindex (with the exception of build_read, which
was copied from go/build/read.go).

This is being done so that the next CL can show exactly the changes that
were made against the go/build versions.

Unfortunately, git doesn't recognize these as copies, which is annoying.

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