Skip to content
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

"go build ./..." doesn't build binaries #27463

Closed
pd93 opened this issue Sep 3, 2018 · 2 comments
Closed

"go build ./..." doesn't build binaries #27463

pd93 opened this issue Sep 3, 2018 · 2 comments

Comments

@pd93
Copy link

pd93 commented Sep 3, 2018

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

@kardianos
Copy link
Contributor

I think a duplicate of #14295

@pd93
Copy link
Author

pd93 commented Sep 3, 2018

@kardianos Thanks, I tried searching, but couldn't find an open issue - shall subscribe there 😃

@pd93 pd93 closed this as completed Sep 3, 2018
@golang golang locked and limited conversation to collaborators Sep 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants