]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: move all Shell methods to shell.go
authorAustin Clements <austin@google.com>
Thu, 19 Oct 2023 17:43:51 +0000 (13:43 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 19 Oct 2023 19:10:23 +0000 (19:10 +0000)
commitff6dd7125e70976063c412d9f52f8b19ee2c08fb
tree6612579c6db35012d982ccd7f2c636f65ce2ce60
parent5bddb52a0b6bc82ee6852eb0da18094396722460
cmd/go: move all Shell methods to shell.go

This is a pure code movement change.

Now that we've introduced a Shell type that lives in shell.go, move
all of its methods (which used to be on Builder) to shell.go as well.

Change-Id: Ie1802353c8a64590219b08893e8c74649228e5e5
Reviewed-on: https://go-review.googlesource.com/c/go/+/536536
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/go/internal/work/exec.go
src/cmd/go/internal/work/shell.go