]> Cypherpunks repositories - gostls13.git/commit
gotest: remove lingering references to $GOBIN
authorRuss Cox <rsc@golang.org>
Wed, 25 Aug 2010 01:56:32 +0000 (21:56 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 25 Aug 2010 01:56:32 +0000 (21:56 -0400)
commit2aa77c6b938a5e048da39335bdc5ff6a882f6890
treea63b97106e179a64e8d4713ae110b994ae3108b4
parente3034adfc23f7b62f0dd4a09f67b3e87b5300ef4
gotest: remove lingering references to $GOBIN

(Assumed to be in $PATH.  all.bash ensures that
during the main build and the user must ensure it
when running commands like gotest or gomake
by hand.  This belonged in the earlier CL but I missed it.)

R=r
CC=golang-dev
https://golang.org/cl/1967048
src/cmd/gotest/gotest