You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, that seems to refer to the same issue. I tried to look for command-line-arguments on google and github but it seems that the dashes are stripped from command-line-arguments before the search is executed and that just returns a whole lot of results not directly related to my issue.
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?
A binary in helloworld named helloworld
What did you see instead?
A binary named "command-line-arguments"
If I execute go build directly from that directory, the name is correct
The text was updated successfully, but these errors were encountered: