]> Cypherpunks repositories - gostls13.git/commit
cmd: relocate cmd/go/internal/robustio to cmd/internal/robustio
authorThan McIntosh <thanm@google.com>
Mon, 22 Jul 2024 15:09:57 +0000 (15:09 +0000)
committerThan McIntosh <thanm@google.com>
Mon, 29 Jul 2024 15:38:00 +0000 (15:38 +0000)
commit5feca4554fb23b21871077ac0b1e5d5be254944f
tree009bb6d34ce7383b31651aa4d9a3aa35e198437b
parent44cdbc2dacd7a40414730d271d54cb197787c669
cmd: relocate cmd/go/internal/robustio to cmd/internal/robustio

Relocate cmd/go's internal/robustio package up a level into
cmd/internal/robustio, so that it can be used by other cmd/internal
packages. No change in functionality. This change is intended to be in
support of making the cmd/go script test framework available to other
commands in addition to just the Go command.

Updates #68606.

Change-Id: Ic8421ef59d9b7d79a50c3679d180cfa2546c4cd3
Reviewed-on: https://go-review.googlesource.com/c/go/+/601356
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/go_test.go
src/cmd/go/go_windows_test.go
src/cmd/go/internal/modfetch/cache.go
src/cmd/go/internal/modfetch/fetch.go
src/cmd/go/internal/script/cmds.go
src/cmd/go/internal/work/action.go
src/cmd/internal/robustio/robustio.go [moved from src/cmd/go/internal/robustio/robustio.go with 100% similarity]
src/cmd/internal/robustio/robustio_darwin.go [moved from src/cmd/go/internal/robustio/robustio_darwin.go with 100% similarity]
src/cmd/internal/robustio/robustio_flaky.go [moved from src/cmd/go/internal/robustio/robustio_flaky.go with 100% similarity]
src/cmd/internal/robustio/robustio_other.go [moved from src/cmd/go/internal/robustio/robustio_other.go with 100% similarity]
src/cmd/internal/robustio/robustio_windows.go [moved from src/cmd/go/internal/robustio/robustio_windows.go with 100% similarity]