]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: delete cmd/go/internal/slices in favor of slices
authorRuss Cox <rsc@golang.org>
Wed, 31 May 2023 20:45:03 +0000 (16:45 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 1 Jun 2023 02:52:19 +0000 (02:52 +0000)
commitb100e127ca0e398fbb58d04d04e2443b50b3063e
treeeab27ba68e0d0881c0f398a5050902d902010913
parentabdaa0f9aab853ea4e7a4fc1d9b8160309ae6579
cmd/go: delete cmd/go/internal/slices in favor of slices

Some files already use "slices", others use "cmd/go/internal/slices".
(Some files are using more than slices.Clip and must use "slices".)
Use "slices" consistently and delete cmd/go/internal/slices.

Change-Id: I69ec680106ad2924276f7473e6547a3a907efc96
Reviewed-on: https://go-review.googlesource.com/c/go/+/499715
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
src/cmd/go/internal/generate/generate.go
src/cmd/go/internal/modload/init.go
src/cmd/go/internal/modload/query.go
src/cmd/go/internal/mvs/graph.go
src/cmd/go/internal/slices/slices.go [deleted file]
src/cmd/go/internal/test/test.go
src/cmd/go/internal/vcweb/git.go
src/cmd/go/internal/vcweb/hg.go
src/cmd/go/internal/work/exec.go