]> Cypherpunks repositories - gostls13.git/commit
cmd/go: bypass install to os.DevNull entirely, test mayberemovefile(os.DevNull)
authorRuss Cox <rsc@golang.org>
Fri, 21 Oct 2016 13:21:06 +0000 (09:21 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 25 Oct 2016 13:22:02 +0000 (13:22 +0000)
commita3faa80033ae2ffa3ee56439759f0ea0200a3a3e
treefd9d65264310a88faa4994bbd91d9492dbd3195d
parent3ef07c412f068144554648c0d209bef444a2ee27
cmd/go: bypass install to os.DevNull entirely, test mayberemovefile(os.DevNull)

Fixes #16811.

Change-Id: I7d018015f691838482ccf845d621209b96935ba4
Reviewed-on: https://go-review.googlesource.com/31657
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Quentin Smith <quentin@golang.org>
src/cmd/go/build.go
src/cmd/go/build_test.go [new file with mode: 0644]
src/cmd/go/go_test.go