-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/go: missing .exe suffix on windows #3190
Labels
Milestone
Comments
Labels changed: added priority-go1, go1-must, removed priority-triage. Owner changed to builder@golang.org. Status changed to Accepted. |
Owner changed to @minux. Status changed to Started. |
This issue was closed by revision 6a42616. Status changed to Fixed. |
if you provide -o option to go build, it will do what you want, no more and no less. (if you insist on 'go build -o hello hello.go' on Windows, it will not try to stop/correct you.) And misc/goplay is providing -o option to go build, so it has to append ".exe" if runtime.GOOS == "windows". |
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: