-
Notifications
You must be signed in to change notification settings - Fork 18.1k
x/build/cmd/release: windows installer for Go 1.13.1 creates a broken link to godoc.exe #34892
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
Comments
I'm having the same issue for Windows Installer for Go 1.13.1 creating the broken link to godoc.exe |
x/build/cmd/release/releaselet.go needs to only conditionally include:
|
Change https://golang.org/cl/201201 mentions this issue: |
Thanks for the shortcut @bradfitz |
Fixes golang/go#34892 Change-Id: I9dc14575677c3a4d75a12556896dbed340d442cc Reviewed-on: https://go-review.googlesource.com/c/build/+/201201 Reviewed-by: Bryan C. Mills <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
godoc was removed from the installation as for #30029 but Windows installer still creates a link to godoc.exe in the Start menu for that script which is no longer present in the installation and results in file not found error.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: