We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go version
+fc5107c, perhaps go1.11 too
yes
go env
no matter
works well the same as go1.10 or below
cover: cannot run go list: fork/exec $GOROOT/bin/go: no such file or directory
The text was updated successfully, but these errors were encountered:
Although, I think it's fine this is a newly introduced restriction on the versioning and module supported go command, as https://github.com/golang/go/blob/master/src/cmd/cover/func.go#L194 describes a bit.
/CC @rsc
Sorry, something went wrong.
Don't move the go command out of $GOROOT/bin.
And don't rename the $GOROOT/bin/go command.
No branches or pull requests
What version of Go are you using (
go version
)?+fc5107c, perhaps go1.11 too
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?no matter
What did you do?
What did you expect to see?
works well the same as go1.10 or below
What did you see instead?
cover: cannot run go list: fork/exec $GOROOT/bin/go: no such file or directory
The text was updated successfully, but these errors were encountered: