]> Cypherpunks repositories - gostls13.git/commit
cmd/go: create executable when installing to working directory
authorRoss Light <light@google.com>
Thu, 25 Jun 2015 16:56:08 +0000 (09:56 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 7 Jul 2015 21:00:44 +0000 (21:00 +0000)
commit11a19ae8da805be1a00119b363db7efa4ea03b10
tree58d35734b5d06664919d0c1b4adde22cfbba7759
parent06b280214c653f533370608e294a0759c776f288
cmd/go: create executable when installing to working directory

Fixes #11065.

Change-Id: Idd854facd5fa78c0334f86740f351d404f9a5b2d
Reviewed-on: https://go-review.googlesource.com/11511
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/build.go
src/cmd/go/go_test.go