gvm icon indicating copy to clipboard operation
gvm copied to clipboard

GOROOT is not required after Go 1.9

Open andrewkroh opened this issue 3 years ago • 0 comments
trafficstars

The command does not need to output the GOROOT environment variable when working with Go 1.9 and later.

This could probably be safely removed. But if users switch between from a pre-Go 1.9 version to a post 1.9 version, then the shell output would need to unset GOROOT.

andrewkroh avatar Aug 03 '22 20:08 andrewkroh