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

affected/package: when I create a module named reflect, it cannot get the compiled binary file #54519

Closed
liuzq2015 opened this issue Aug 18, 2022 · 2 comments

Comments

@liuzq2015
Copy link

What version of Go are you using (go version)?

1.3-1.8

$ go version

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env

What did you do?

企业微信截图_16608040699814

What did you expect to see?

I expect to see a binary file reflect is generated

What did you see instead?

But is nothing...
And when I change the module name to anyother, like reflect1/test/xxx and so on, it worked, when I go build, it generate a binary file named reflect1/test/xxx and so on
企业微信截图_16608042951396

@liuzq2015
Copy link
Author

as a supplement, any folder name in the go project will cause this problem too...
企业微信截图_16608072562577

@seankhliao
Copy link
Member

Working as intended, see #32819

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2022
@golang golang locked and limited conversation to collaborators Aug 18, 2023
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