1
0
mirror of https://github.com/golang/go synced 2024-11-15 10:10:22 -07:00
go/doc/next/3-tools.md

13 lines
339 B
Markdown
Raw Normal View History

## 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}