// execGoToolchain execs the Go toolchain with the given name (gotoolchain), // GOROOT directory, and go command executable. // The GOROOT directory is empty if we are invoking a command named // gotoolchain found in $PATH. func execGoToolchain(gotoolchain, dir, exe string) { … }