commit | 85f12f0584fecaed75c41343e4d564c7b88229d7 | [log] [tgz] |
---|---|---|
author | Sam Whited <sam@samwhited.com> | Sun Oct 21 12:31:54 2018 -0500 |
committer | Dmitri Shuralyov <dmitshur@golang.org> | Tue Oct 23 23:33:26 2018 +0000 |
tree | ee7b8fff452ab7170ea8a922c7da2c128a9e8a21 | |
parent | 296657f8e9b09c4327283d55f964aed1c9d0687c [diff] |
internal/version: prefix PATH with $GOROOT/bin Adding $GOROOT/bin to $PATH ensures that the appropriate version of the go/gofmt commands are run when using a go command wrapper generated by x/build/version. Fixes golang/go#28103 Change-Id: Ia72fb936631a3720cb15fcf8988dcec5f57a202a Reviewed-on: https://go-review.googlesource.com/c/143545 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This repository holds the Go wrapper programs that run specific versions of Go, such as go get golang.org/dl/go1.10.3
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “dl:” in the subject line, so it is easy to find.