Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(591)

Issue 5754088: code review 5754088: cmd/go: respect $GOBIN always (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by rsc
Modified:
13 years, 1 month ago
Reviewers:
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

cmd/go: respect $GOBIN always Before, we only consulted $GOBIN for source code found in $GOROOT, but that's confusing to explain and less useful. The new behavior lets users set GOBIN=$HOME/bin and have all go-compiled binaries installed there. Fixes issue 3269.

Patch Set 1 #

Patch Set 2 : diff -r 2594f4a8314e https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 58e7a6ccfce2 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 52caddd5d95a https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -22 lines) Patch
M doc/install-source.html View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M src/cmd/go/build.go View 1 2 4 chunks +18 lines, -17 lines 0 comments Download
M src/cmd/go/doc.go View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M src/cmd/go/help.go View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/cmd/go/pkg.go View 1 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 5
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 1 month ago (2012-03-12 19:07:34 UTC) #1
bradfitz
The issue refers to needing to update the documentation. Do that in this CL? On ...
13 years, 1 month ago (2012-03-12 19:59:37 UTC) #2
rsc
PTAL
13 years, 1 month ago (2012-03-12 20:42:25 UTC) #3
bradfitz
LGTM On Mon, Mar 12, 2012 at 1:42 PM, Russ Cox <rsc@golang.org> wrote: > PTAL ...
13 years, 1 month ago (2012-03-12 20:45:46 UTC) #4
rsc
13 years, 1 month ago (2012-03-12 20:49:15 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=cae9a7c0db06 ***

cmd/go: respect $GOBIN always

Before, we only consulted $GOBIN for source code
found in $GOROOT, but that's confusing to explain
and less useful.  The new behavior lets users set
GOBIN=$HOME/bin and have all go-compiled binaries
installed there.

Fixes issue 3269.

R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5754088
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b