mirror of
https://github.com/golang/go
synced 2024-11-15 10:30:54 -07:00
4 lines
158 B
Markdown
4 lines
158 B
Markdown
|
The [GOROOT] function is now deprecated.
|
||
|
In new code prefer to use the system path to locate the “go” binary,
|
||
|
and use `go env GOROOT` to find its GOROOT.
|