mirror of
https://github.com/golang/go.git
synced 2025-05-18 22:04:38 +00:00
This reverts commit f1d60500bcc48f06c8d322dac1e48dd4c22f5863. Reason for revert: Broke the longtest builders. Change-Id: I5f3510c8ffc24fae5e71fac0a2dbda01ecfe5d5c Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest Reviewed-on: https://go-review.googlesource.com/c/go/+/571695 Reviewed-by: Alan Donovan <adonovan@google.com> Auto-Submit: Michael Knyszek <mknyszek@google.com> Reviewed-by: Russ Cox <rsc@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
13 lines
339 B
Markdown
13 lines
339 B
Markdown
## Tools {#tools}
|
|
|
|
### Go command {#go-command}
|
|
|
|
Setting the `GOROOT_FINAL` environment variable no longer has an effect
|
|
([#62047](https://go.dev/issue/62047)).
|
|
Distributions that install the `go` command to a location other than
|
|
`$GOROOT/bin/go` should install a symlink instead of relocating
|
|
or copying the `go` binary.
|
|
|
|
### Cgo {#cgo}
|
|
|