aboutsummaryrefslogtreecommitdiff
path: root/doc/next/3-tools.md
blob: bdbe6c077173d05ac85cc18410702060400f51aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## 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}