From 909f409a8d21c69198fc4d3f9bc08b6774650980 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor ./vendor/...
.
+ The go tool will now use the path from which it
+ was invoked to attempt to locate the root of the Go install tree.
+ This means that if the entire Go installation is moved to a new
+ location, the go tool should continue to work as usual.
+ This may be overriden by setting GOROOT
in the environment,
+ which should only be done in unusual circumstances.
+ Note that this does not affect the result of
+ the runtime.GOROOT function, which
+ will continue to report the original installation location;
+ this may be fixed in later releases.
+
-- 2.50.0