internal/task: gofmt expected output in test

For golang/go#51082.

Change-Id: I069f5ed6141beb20cbf49c6e9f78ea2454effc15
Reviewed-on: https://go-review.googlesource.com/c/build/+/399556
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
Russ Cox 2022-04-11 13:34:15 -04:00
Родитель ef7e915587
Коммит edb8d45861
2 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -136,8 +136,8 @@ var dlTmpl = template.Must(template.New("").Parse(`// Copyright {{.Year}} The Go
//
// To install, run:
//
// $ go install golang.org/dl/{{.Version}}@latest
// $ {{.Version}} download
// $ go install golang.org/dl/{{.Version}}@latest
// $ {{.Version}} download
//
// And then use the {{.Version}} command as if it were your normal go
// command.

Просмотреть файл

@ -33,8 +33,8 @@ func TestMailDLCL(t *testing.T) {
//
// To install, run:
//
// $ go install golang.org/dl/go1.17.1@latest
// $ go1.17.1 download
// $ go install golang.org/dl/go1.17.1@latest
// $ go1.17.1 download
//
// And then use the go1.17.1 command as if it were your normal go
// command.
@ -58,8 +58,8 @@ file "go1.16.8/main.go" (command "golang.org/dl/go1.16.8"):
//
// To install, run:
//
// $ go install golang.org/dl/go1.16.8@latest
// $ go1.16.8 download
// $ go install golang.org/dl/go1.16.8@latest
// $ go1.16.8 download
//
// And then use the go1.16.8 command as if it were your normal go
// command.
@ -87,8 +87,8 @@ func main() {
//
// To install, run:
//
// $ go install golang.org/dl/go1.17beta1@latest
// $ go1.17beta1 download
// $ go install golang.org/dl/go1.17beta1@latest
// $ go1.17beta1 download
//
// And then use the go1.17beta1 command as if it were your normal go
// command.
@ -116,8 +116,8 @@ func main() {
//
// To install, run:
//
// $ go install golang.org/dl/go1.17rc2@latest
// $ go1.17rc2 download
// $ go install golang.org/dl/go1.17rc2@latest
// $ go1.17rc2 download
//
// And then use the go1.17rc2 command as if it were your normal go
// command.
@ -145,8 +145,8 @@ func main() {
//
// To install, run:
//
// $ go install golang.org/dl/go1.17@latest
// $ go1.17 download
// $ go install golang.org/dl/go1.17@latest
// $ go1.17 download
//
// And then use the go1.17 command as if it were your normal go
// command.