-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: suggest use relative path in traceback #5840
New issue
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
Labels
Comments
I don't see how this would work. If you've moved your Go install from the place you've compiled it to somewhere else then you need to override the value of $GOROOT embedded into the go tool to make things work. The better tool for this is to use GOROOT_FINAL when compiling Go. It's hard to get excited about this, the path prefix of the code is much less interesting than the other contents of the panic message. |
Maybe this is a request for bit-identical builds? issue #5170 |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: