We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could find any documentation on this. Is this by design, broken or not implemented?
go version
v1.11
yes
go env
Windows amd64
Ran go build ./… in a directory with 3 folders - each containing a Go project that produces a binary.
go build ./…
Three executables in my cwd
No executables in my cwd
The text was updated successfully, but these errors were encountered:
I think a duplicate of #14295
Sorry, something went wrong.
@kardianos Thanks, I tried searching, but couldn't find an open issue - shall subscribe there 😃
No branches or pull requests
Could find any documentation on this. Is this by design, broken or not implemented?
What version of Go are you using (
go version
)?v1.11
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?Windows amd64
What did you do?
Ran
go build ./…
in a directory with 3 folders - each containing a Go project that produces a binary.What did you expect to see?
Three executables in my cwd
What did you see instead?
No executables in my cwd
The text was updated successfully, but these errors were encountered: