]> Cypherpunks repositories - gostls13.git/commit
cmd/go: print newline after GOOS/GOARCH error
authorRhys Hiltner <rhys@justin.tv>
Thu, 5 Dec 2019 03:37:00 +0000 (19:37 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 5 Dec 2019 22:08:26 +0000 (22:08 +0000)
commite751af1abacaf9958fe2e69d6dcb2e93cb1a3e4d
treefaca0f14ec3b2f8e0b354374f6c664412ada231a
parent993ec7f6cdaeb38b88091f42d6369d408dcb894b
cmd/go: print newline after GOOS/GOARCH error

The newline was dropped during the refactor in CL 194617.

Fixes #35984

Change-Id: I7e0d7aa2d7a4d1f44898921f8bb40401620d78b2
Reviewed-on: https://go-review.googlesource.com/c/go/+/209965
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/action.go