-
Notifications
You must be signed in to change notification settings - Fork 18k
proposal: runtime: add GOEXE #47567
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
Milestone
Comments
This seems a bit too trivial to be worth new API. |
This proposal has been added to the active column of the proposals project |
Based on the discussion above, this proposal seems like a likely decline. |
No change in consensus, so declined. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
cross-platform go code has the same concerns as the "GOEXE" variable, effectively you want to append ".exe" if windows.
Describe the solution you'd like
runtime.GOEXE
which acts the same as "GOEXE" except it is a constant, so that windows binaries will know to look for .exe when launching commands.Describe alternatives you've considered
Currently, we define
moreos.EXE
for this, using a constant based on the OS.The text was updated successfully, but these errors were encountered: